- Joined
- Jan 10, 2005
- Messages
- 3,426
1) If u play the 'stand gold' animation (with triggers) and then order that peasant to move somewhere, does it play the 'walk' or the 'walk gold' animation?
2) If I want 1 random item created at a Rect, but I dunno how. I first thought this was the right way:
Events: ........
Conditions: ........
Actions:
If: Random Integer bewteen 100 and 1 is 50 or less
Then: create 1 ....
Else: If: Random Integer between... etc, etc...
But then more items are created. I want an item to be created like an item table. Just 1 item but all the items have a percentage to be created.
2) If I want 1 random item created at a Rect, but I dunno how. I first thought this was the right way:
Events: ........
Conditions: ........
Actions:
If: Random Integer bewteen 100 and 1 is 50 or less
Then: create 1 ....
Else: If: Random Integer between... etc, etc...
But then more items are created. I want an item to be created like an item table. Just 1 item but all the items have a percentage to be created.