• 🏆 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!

[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