• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Solved How to reset the counter for logicbricks?

Solution
Yeah, there is SetDown to set to 0, and SetUp to set the max value.
Also check out the examples from the demo scene package that comes with LogicBricks...there is one showing the Counter: Example 4.
Oh, I used this recently for a scene. It seems like to reset the counter to 0 you have to manually use the "SetDOWN" trigger. And if you need to check the counter it's the float storable called "Value".
 
Upvote 1
Oh, I used this recently for a scene. It seems like to reset the counter to 0 you have to manually use the "SetDOWN" trigger. And if you need to check the counter it's the float storable called "Value".
Ok will try that out! Thanks !
 
Upvote 0
Yeah, there is SetDown to set to 0, and SetUp to set the max value.
Also check out the examples from the demo scene package that comes with LogicBricks...there is one showing the Counter: Example 4.
 
Upvote 0
Solution
Yeah, there is SetDown to set to 0, and SetUp to set the max value.
Also check out the examples from the demo scene package that comes with LogicBricks...there is one showing the Counter: Example 4.

Ok will do! Thanks
 
Upvote 0
Back
Top Bottom