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

Request SaveLoad Trigger GUI

Status
Not open for further replies.

Chaosy

Tutorial Reviewer
Level 40
Joined
Jun 9, 2011
Messages
13,219
if you got the kill count allready you use this to save it
  • save
    • Events
      • Player - Player 1 (Red) types a chat message containing save as An exact match
    • Conditions
    • Actions
      • Set last_saved_kills[(Player number of (Triggering player))] = kill_count[(Player number of (Triggering player))]
and this to load it

  • load
    • Events
      • Player - Player 1 (Red) types a chat message containing load as An exact match
    • Conditions
    • Actions
      • Set kill_count[(Player number of (Triggering player))] = last_saved_kills[(Player number of (Triggering player))]
 
Status
Not open for further replies.
Top