onaid Posted July 12, 2015 Share Posted July 12, 2015 how do i disable a collision trigger ? i would like the collision trigger to run the draw text lua then be disabled so when player collides with trigger a 2nd time nothing happens? i tried to disable collision trigger via the trigger delay bu i get a error and game stops. Quote Link to comment Share on other sites More sharing options...
reepblue Posted July 12, 2015 Share Posted July 12, 2015 Make sure all outputs are self.component:CallOutputs, not self:CallOutputs. I noticed that some scripts still have that old snippet. 1 Quote Cyclone - Ultra Game System - Component Preprocessor - Tex2TGA - Darkness Awaits Template (Leadwerks) If you like my work, consider supporting me on Patreon! Link to comment Share on other sites More sharing options...
onaid Posted July 12, 2015 Author Share Posted July 12, 2015 Thanks heaps reepblue, that done the trick " Make sure all outputs are self.component:CallOutputs, not self:CallOutputs. I noticed that some scripts still have that old snippet. " Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.