• 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] trigger error!!!

Status
Not open for further replies.
Level 4
Joined
Aug 4, 2008
Messages
76
Hi all,
I was trying to make a jump skill and while I was making the move trigger,I made a custom script


Custom Script: Call RemoveLocations( udg_tyrantposition )
When I saved my mapped I got an error 631 telling me that I the 'Move' trigger was being disabled due to error'Line 41 Expected a function name'...Plz help :(
 
Level 4
Joined
Aug 4, 2008
Messages
76
I did so and stil "Line 47:Expected a function name" :// What am I supposed to do.Plz help!
 
Level 4
Joined
Aug 4, 2008
Messages
76
yup it is..Look the whole trigger how it is:

Event:Ever 0.01 seconds of game time

Conditions:none

Actions:
Set tyrantposition=Position of Tyrant
Set temppoint=(tyrantposition offset by((distance between start and end)/ 150)towards(facing of Tyrant)degrees)
Custom Script: call RemoveLocation( udg_tyrantposition)
Unit - Move Tyrant Instantly to temppoint
Custom Script: call RemoveLocation( udg_temppoint )

PLease help :cry:
 
Level 4
Joined
Aug 4, 2008
Messages
76
I fixed after all ^^ Thx for the help to all of u..I have an animation problem though...Does anyone know why I can't find the ability Uknown(s000)(grom)? Where is it?
 
Status
Not open for further replies.
Top