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

Quick JASS question! +2 rep for answer!

Status
Not open for further replies.

Sverkerman

Hosted Project: BoW
Level 17
Joined
Feb 28, 2010
Messages
1,325
@rulerofiron99 Thanks for the great suggestion! +2 rep ;D
Edit: Bah I already gave you! I'll add as soon as the timer is down again!
EDIT2: Now I get "Local declaration after first statement" error in this code section:
  • Actions
    • Set temp_point = (Position of (Triggering unit))
    • Custom script: local string s = ""
    • Custom script: if GetLocalPlayer() == GetTriggerPlayer() then
    • Custom script: set s = "Abilities\\Spells\\Human\\ThunderClap\\ThunderClapCaster.mdl"
    • Custom script: endif
    • Custom script: call AddSpecialEffectLoc( s, udg_temp_point )
 
Status
Not open for further replies.
Top