Save\load help..

werasd

New Member
Reaction score
14
Why isn´t in load?? cause i need to remove the old character like... i load a char... and the other char i picked in the tavern continue in the map... how can i remove him?
 
S

Shinyblade

Guest
First off, Is it a string or a variable? That was probably my problem.
 

werasd

New Member
Reaction score
14
Another Question...

Another question chocobo... how can i do like FFORPG, that you can´t see anything in the map if u dont explain... how can i do it??
 
A

Aoric

Guest
Help XD

I was reading it and I believe i was reading the Jass part and if it is the jass part what does
set udg_HeroType[1] = 'Hpal'
set udg_HeroType[2] = 'Hamg'
set udg_HeroType[3] = 'Hmkg'
set udg_HeroType[4] = 'Hblm'
mean? And am I supose to change it and make more for my heroes?? :confused:
 

Chocobo

White-Flower
Reaction score
409
Yes. You have to modify those :
set udg_MaxSavableHeroes = 4
set udg_MaxLevel = 999
set udg_HeroType[1] = 'Hpal'
set udg_HeroType[2] = 'Hamg'
set udg_HeroType[3] = 'Hmkg'
set udg_HeroType[4] = 'Hblm'
If MaxSavableHeroes = 1 it will do a unlimited loop.
That's only if you read in JASS Script. Else open the map directly and get a look in GUI which leaks.
 
S

Silentdeath

Guest
Code:
If (UnitNumber Equal to 1) then do (Unit - Create 1 HeroType[1] for (Triggering player) at ([B]Point(0.00, 0.00)) facing 0.00 degrees[/B]) else do (Do nothing)
If (UnitNumber Equal to 2) then do (Unit - Create 1 HeroType[2] for (Triggering player) at ([B]Point(0.00, 0.00)) facing 0.00 degrees[/B]) else do (Do nothing)
If (UnitNumber Equal to 3) then do (Unit - Create 1 HeroType[3] for (Triggering player) at ([B]Point(0.00, 0.00)) facing 0.00 degrees[/B]) else do (Do nothing)

Do I change those to make the loaded hero be created in a region?
 
D

Demon_Leader

Guest
what is WhileLoop, Unknown Variable ?


i mean
Unknown Variable = ?
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top