- Joined
- Jun 29, 2009
- Messages
- 142
I am working on my rpg map and i have encountered an error when doing one of the quests.
-
Events
-
A Unit owned by Player 1 (Red) Acquires an item
-
-
Conditions
-
((Quest[2] is enabled) Equal to True) and ((item-type of (item being manipulated)) Equal to Silken Ore)
-
-
Actions
-
Set Counter = (Counter + 1)
-
Quest - Display to (All players) the Quest Update message: ((String(Counter)) + (/10 + silken ore collected.))
-