- Joined
- Dec 12, 2006
- Messages
- 128
ok so i have a trigger
This is about the size of my region
l- - -l
l _ _ l
l_ _ _l
-
Cutting down
-
Events
-
Player - Player 1 (Red) Presses the Down Arrow key
-
-
Conditions
-
Actions
-
Unit - Order Player to Stop
-
Unit - Make Player face ((Position of Player) offset by (0.00, -100.00)) over 1.00 seconds
-
Region - Center Tree <gen> on ((Position of Player) offset by (0.00, -100.00))
-
Destructible - Pick every destructible in Tree <gen> and do (Set Tree[Tree_count] = (Picked destructible))
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Then - Actions
-
Destructible - Kill Tree[Tree_count]
-
-------- Insert add wood to player --------
-
Set Tree_count = (Tree_count + 1)
-
-
Else - Actions
-
Do nothing
-
-
-
-
This is about the size of my region
l- - -l
l _ _ l
l_ _ _l