• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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