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

unitcustomdata

  1. JC Helas

    [vJASS] Simple Unit Custom Data

    scope UnitCustomData initializer init/*JC Helas*/ globals private integer max=0 private integer rec=0 private integer array id[5000] private unit array uni[5000] endglobals private function recycle takes nothing returns boolean local...
Top