Heroes Group Variables

Join Discord

DevilsKnight

I
VIP
Aug 1, 2004
1,612
46
195
Basically I'm trying to setup a variable that on creating a group it adds sets a flag to 1 and on disbanding the group it sets the flag to 0.

Any ideas on how I can do this through variables?

Is there a Qfuntion command that will run a script on group creation and group disband?

Thanks in advance

Dk
 

CripplePatrol

Dedicated Member
Dedicated Member
May 23, 2003
26
1
99
I'm but a humble geologist but what i'd do would be in QMANAGE at login or whatnot of:


[@checkgroup]
#IF
CHECKGROUPCOUNT > 1
#ACT
SET flag
DELAYGOTO X @ checkgroup
#ELSEACT
SET flagoff
DELAYGOTO x @checkgroup

Obviously you'd have to fit it in somehow in Qmanage so it doesnt prevent other things you have in there :P I'm sure there are more effecient ways of doing this but hey, if something's worth doing then give it a good botching.
 
Upvote 0