• 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.

Save/Load System (Ability)

Status
Not open for further replies.
Level 11
Joined
Jul 9, 2009
Messages
927
Is it possible to save the ability of a hero using GUI Triggering ??
 
Level 11
Joined
Jul 9, 2009
Messages
927
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.
Top