Simple JASS question

Status
Not open for further replies.
Level 14
Joined
Aug 30, 2004
Messages
909
  • Custom script: call MoveLocation(udg_LocationMove1, udg_x, udg_y)
I was hoping this would move a point "LocationMove1" to a location indicated by two real variables (x,y). This does not appear to work, as the location remains in the middle of the map. Am I doing something wrong here?

EDIT: I believe I fixed it; I hadn't set LocationMove1 equal to anything before I moved it.
 
Status
Not open for further replies.
Back
Top