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

[Solved] Cannot load my map

Status
Not open for further replies.
Level 1
Joined
Oct 5, 2015
Messages
5
I am unable to load my map after adding RemoveLocation(udg_Point) does anyone know what is causing this issue?


  • Enter
    • Events
      • Unit - A unit enters Teleport Region <gen>
    • Conditions
    • Actions
      • Set Point = Teleport location <gen>
      • Unit - Move (Triggering unit) instantly to (Center of Point)
      • Custom script: call RemoveLocation(udg_Point)
 

Jampion

Code Reviewer
Level 15
Joined
Mar 25, 2016
Messages
1,327
Your Point variable is no Point, but a Region. You cannot use RemoveLocation on a Region. That's why the map cannot load.
 
Status
Not open for further replies.
Top