• 🏆 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!

[GUI] Group System v1.04

This bundle is marked as useful / simple. Simplicity is bliss, low effort and/or may contain minor bugs.
Group System v1.04

This is a system I made for my map.

Description:
This system is a group system, where you can control a bunch of units, only with one leader.
This system is GUI and leakless (I think so, if not, please tell me)

I've only seen a group system in vJass, so I thought, it won't be bad to add one in GUI,
for those, who want it in GUI.

Give credits, if you use this system.
Hope you like it.

If you find andy bugs, please tell me.

v1.00
- uploaded
v1.01
- removed bj from custom scripts
- changed For each (Integer A) to For each (Integer GInteger)
v1.02
- changed Minion circles
- added a new function: Regneration
v1.03
- better documentation
- now units only revive, if the player haven't reached his max food
- some minor fixing
v1.04
-fixed the unit classification condition bug - thanks for mentioning, z00rtaz!


Keywords:
group, system, leader, minion, GUI, trigger, Amigurumi
Contents

Group system v1.04 by Amigurumi (Map)

Reviews
12th Dec 2015 IcemanBo: Too long time as NeedsFix. Rejected. 16 Dec 2011 Bribe: Uses custom value of units while not being an indexing system, so the status is being set to "Needs fix". OrderId2String does not work with loaded games, just use...
Top