• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

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