• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Basic Integer Question

Status
Not open for further replies.
Level 11
Joined
Mar 25, 2008
Messages
347
Do i need to put a wait between setting the integer and calling it?
&is this as optimized/leakfree as possible other than jass?
  • Arena Points
    • Events
      • Player - Player 1 (Red) types a chat message containing -AP as An exact match
      • Player - Player 2 (Blue) types a chat message containing AP as An exact match
      • Player - Player 3 (Teal) types a chat message containing -AP as An exact match
      • Player - Player 4 (Purple) types a chat message containing -AP as An exact match
      • Player - Player 5 (Yellow) types a chat message containing -AP as An exact match
      • Player - Player 6 (Orange) types a chat message containing -AP as An exact match
      • Player - Player 7 (Green) types a chat message containing -AP as An exact match
      • Player - Player 8 (Pink) types a chat message containing -AP as An exact match
      • Player - Player 9 (Gray) types a chat message containing -AP as An exact match
      • Player - Player 10 (Light Blue) types a chat message containing -AP as An exact match
      • Player - Player 11 (Dark Green) types a chat message containing -AP as An exact match
    • Conditions
    • Actions
      • Set CMD = (Triggering player)
      • Game - Display to (Player group(CMD)) the text: (|c00ff6600Your Total Arena Points: |r + (String(ArenaPoints[(Player number of CMD)])))
 
Status
Not open for further replies.
Back
Top