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

Minimap help?

Status
Not open for further replies.
Level 19
Joined
Aug 24, 2007
Messages
2,888
Vexorian has a Save - Load system made in JASS
but you setup it in GUI
You dont need to touch anything in JASS script

There is a variable in it and its arrayed I forgot its name and I'll call it Store for now
you use like
Set Store[1] = Level of some hero
Set Store[2] = Gold of some player
Set Store[3] = whatever you want
Custom script: call SomethingThatIForgot()

it gives you a code

when you type -load etc (I think you can configure it)
it sets Store[1,2,3,4 etc] to stored variable

You got what I mean
 
Status
Not open for further replies.
Top