• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Trigger] Skill System HELP

Status
Not open for further replies.
Level 10
Joined
Jul 22, 2007
Messages
261
I need help with the trigger on the attachments... when i get it to lvl 5 it just keeps spending gold and the message dosent show up...
 

Attachments

  • Trigger.JPG
    Trigger.JPG
    91.8 KB · Views: 142
Level 13
Joined
Sep 14, 2008
Messages
1,408
Nope terradont.

He needs one trigger which checks if "level of shadow bolt < 5" and the else.
That should be enough.

If (level of shadow bolt for (triggering unit) < 5)
{
If(level of shadow bolt for (triggering unit) < 1)
{
Unit-Add Abilty
}
else
{
Unit set level of abilty
}
}
else
{
View message
Give Gold
}
 
Status
Not open for further replies.
Top