• 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 Help

Status
Not open for further replies.

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,258
JASS:
boolean1 or boolean2 or boolean3 //so on

So for example
JASS:
if 1 == 1 or b or 6 > 5 then
endif

JASS:
local boolean b = GetLocalPlayer() == GetEnumPlayer()

Note above was done from head and may not be 100% correct but the idea is correct.
 
Status
Not open for further replies.
Top