• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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