Disabling triggers for player

Status
Not open for further replies.
Level 25
Joined
Mar 23, 2008
Messages
1,813
The skill picking in my map, works like you get a list of chooseable skills, and you write for example -frenzy to learn frenzy. But i need to turn of every spell learning trigger for the player when he has written the message, so he doesnt learn himself every skill that exists :hohum:Is there anyway i can do like: turn off trigger for player 1?
 
Level 14
Joined
Nov 4, 2006
Messages
1,241
you could make a real variable that checks if the player already has the ability, use an array for that, and then use an if/then/else in your get ability trigger that checks if the variable = false, if not add the ability and make the variable = true
 
Status
Not open for further replies.
Top