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

[Trigger] Storing Player Names

Status
Not open for further replies.
Level 9
Joined
Jun 7, 2008
Messages
440
Just as the title says. I have two events that add a prefix to their heros when they attain a certain number of herokills. Problem is, i don't want the two names to stack. I was just curious how i could store the players names So i can remove one prefix event to add the other.
 
Level 15
Joined
Mar 31, 2009
Messages
1,397
Here ya go, it's in GUI though.

  • Name Saver 3000
    • Events
      • Time - Elapsed game time is 0.01 seconds
    • Conditions
    • Actions
      • For each (Integer A) from 1 to 12, do (Set Naming[(Integer A)] = (Name of (Player((Integer A)))))
 
Status
Not open for further replies.
Top