- Joined
- Jul 22, 2008
- Messages
- 363
Im working on a game and one of the thigns is that you can pick up items and then your hero changes to fit the item you pick up. Example is
-
Untitled Trigger 005
-
Events
- Unit - A unit Acquires an item
-
Conditions
- Base Ball Bat Equal to (Item-type of (Item being manipulated))
-
Actions
- Unit - Replace (Triggering unit) with a John using The old unit's relative life and mana
-
Events