Save/Load System (Ability)

Status
Not open for further replies.
can I load the saved integers from a game to a newly created game so the hero still has his skills which he had ?
 
You don't have to memorize JASS rawcodes or JASS function calls to do this.

Whenever you want to save an ability, item ID, destructable ID or unit ID, you can do this:

  • Actions -
    • Set Ability = Blizzard (Archmage)
    • Custom script: set udg_Integer = udg_Ability
    • Hashtable - Save Integer as Index1 of Index2 in (Last created hashtable)
    • Set Unit_ID = Archmage
    • Custom script: set udg_Integer = udg_Unit_ID
    • Hashtable - Save Integer as Index1 of Index3 in (Last created hashtable)
 
Status
Not open for further replies.
Back
Top