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

[JASS] What isthis???!!?!

Status
Not open for further replies.
Level 5
Joined
Jul 31, 2004
Messages
108
I'm not sure what it does.
Like this in Azeroth Grand Prix
call ChargeBigGun() ??
call PickingEnded() ??
call TurnWheel( GetTriggerPlayer(), udg_TURNING_LEFT )
call ReleaseWheel( GetTriggerPlayer(), udg_TURNING_LEFT )
call TurnWheel( GetTriggerPlayer(), udg_TURNING_RIGHT )
call ReleaseWheel( GetTriggerPlayer(), udg_TURNING_RIGHT )
call ShipStartMove()
call SheepFlee()
What does that do? I'm not very good at JASS, actually I suck at it. I'm pretty sure those aren't functions. I think
 
Status
Not open for further replies.
Top