• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[JASS] 2 questions

Status
Not open for further replies.
Level 7
Joined
Oct 8, 2008
Messages
200
1. How can I set a trigger that it skips a variable if its in used?
2. Kinda the same as number one but how can I set unit variables to not picked unit that are already picked by variables in the same trigger
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,202
1. using a conditional statement to check if the variable has a value or not. If it does have a value the code is run else nothing happens and it continues with the script.
2. Again conditions that compair values of variables and run code under the required conditions.
 
Status
Not open for further replies.
Top