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

Umswe Help

Status
Not open for further replies.
Level 6
Joined
Mar 2, 2013
Messages
127
I'm using a new computer now because its a lot faster, but I can't seem to get it to work. I copied all the files over, checked all the values of extentions/umswe/grimoire.. etc to make sure its the same as I have it on the other pc.

My problem is that I won't save. I'm using the same map on both computers, on the old one it saves, the new pc won't... I attached a file below to show the error i'm getting. Any ideas what it could be?
 

Attachments

  • error.png
    error.png
    189.3 KB · Views: 200
Level 20
Joined
Jul 14, 2011
Messages
3,213
Don't use UMSWE. Use JNGP (In my signature)

These errors are related to unexistent global variables. Do this at the script header

JASS:
globals
    integer PriorityQueue__index
    integer PriorityQueue__iterateops
endglobals
 
Status
Not open for further replies.
Top