HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Item give Upgrade?

07-06-2003, 07:00 AM#1
Talila
Could someone help me out, i want to have an item give an upgrade to a player on use but i cant quite figure it out emote_confused

~Talila
07-06-2003, 07:32 AM#2
Thunder-Hunter
Im not a trigger master but maybe

Event: Item is manipulated
Condition: Triggering item = X
Action: Set UpgradeX to lalala

try that.... im not 100% sure
07-06-2003, 07:51 AM#3
Talila
woohoo i got it working, if anyone else wants this little trigger here it is.

Make an item that summons unit X

Event: A unit owned by by {player X} Spawns a summoned unit
Conditions: (Unit type of (triggering unit)) Equals {unit X}
Actions: Player - Set the current research level of {ability X} to 1 (or 2 or 3 for those 3 level upgrades) for {player X}
then destroy the summons and such...

heehee, yeah :D

~Talila