• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[JASS] What does this mean when said in JassHelper?

Status
Not open for further replies.
Level 17
Joined
Aug 20, 2007
Messages
1,122
Undeclared function IsValidLocationLoc
&
Cannot convert null to boolean

They both address the line:

JASS:
                set udg_Temp_Boolean = IsValidLocationLoc(udg_Temp_SightLocation)

This line came from

Sight Cone System v4

I tried copy pasting the trigger folder of that map to my map but the variables didn't paste with it so I decided to manually add them. I don't want to exit my map and start over again because it's almost way past my bed time.
 
Status
Not open for further replies.
Top