Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
quick:timelimit [2018/06/22 16:17] – [Explanation of the example] kevinamoresquick:timelimit [2023/11/16 13:29] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +<markdown>
 +
 # Time Limit Decorator Guide # Time Limit Decorator Guide
 This tutorial continues the small example created in the BT tutorials, where the player moves his avatar in the "environment" (a mere plane) using mouse clicks, and the enemy wanders around and pursues the player when he is near enough. We encourage you to follow that tutorial in the first place but, if you are impatient, its final version (and the starting point for this guide) is available in the Behavior Bricks package, under `Samples\QuickStartGuide\Done` folder. Obviously, you are supposed to have been loaded Behavior Bricks into a new Unity project. Refer to the download instructions in other case. This tutorial continues the small example created in the BT tutorials, where the player moves his avatar in the "environment" (a mere plane) using mouse clicks, and the enemy wanders around and pursues the player when he is near enough. We encourage you to follow that tutorial in the first place but, if you are impatient, its final version (and the starting point for this guide) is available in the Behavior Bricks package, under `Samples\QuickStartGuide\Done` folder. Obviously, you are supposed to have been loaded Behavior Bricks into a new Unity project. Refer to the download instructions in other case.
Line 20: Line 22:
 To set the Time Limit, go to the node, and in the node tab there is a parameter called "TimeLimit" which we have set for default to 5. Change it for the number (in secods) that you desire. To set the Time Limit, go to the node, and in the node tab there is a parameter called "TimeLimit" which we have set for default to 5. Change it for the number (in secods) that you desire.
  
 +</markdown>