- Joined
- Sep 19, 2012
- Messages
- 204
Hey guys...
I was trying to make some kind of custom resources...Now for some reason...i have no idea why, my items randomly dont spawn. It drives me absolutely crazy, because i cant find the error....
anyone able to solve this?
P.S.: for some reason the trees work absolutely fine, but the rocks dont....
I was trying to make some kind of custom resources...Now for some reason...i have no idea why, my items randomly dont spawn. It drives me absolutely crazy, because i cant find the error....
anyone able to solve this?
-
Wood
-
Events
-
Destructible - A destructible within (Entire map) dies
-
-
Conditions
-
(Destructible-type of (Dying destructible)) Equal to Tree
-
-
Actions
-
Item - Create Wood at (Position of (Dying destructible))
-
Item - Set charges remaining in (Last created item) to (Random integer number between 1 and 5)
-
-
-
Stone
-
Events
-
Destructible - A destructible within (Entire map) dies
-
-
Conditions
-
(Destructible-type of (Dying destructible)) Equal to Rocks
-
-
Actions
-
Item - Create Stone at (Position of (Dying destructible))
-
Item - Set charges remaining in (Last created item) to (Random integer number between 1 and 5)
-
-