- Joined
- Aug 29, 2007
- Messages
- 277
In my map I've been trying to make a selection system by the use of items (More specifically powerups that are used when picked up instantly.) and I can't find out why it's not working. Here's the triggerwork.
-
Red Agi
-
Events
- Unit - You 0015 <gen> Uses an item
-
Conditions
- (Item being manipulated) Equal to Agi 0017 <gen>
-
Actions
- Unit - Replace You 0015 <gen> with a Cultist (Agi) using The new unit's max life and mana
- Item - Remove Int 0016 <gen>
- Item - Remove Str 0018 <gen>
- Trigger - Turn off Red Int <gen>
- Trigger - Turn off Red Str <gen>
- Trigger - Turn off (This trigger)
-
Events