i wud like to add like 3 people (all in a group) to like a list.txt but without all of them clicking a NPC is there a way for this to be done??
hmmm do you mean you want a teleport to check if your a grp of 3 then teleport's you to the cave? if so i would try doing it through QFunc
bon how wud i add the whole grp to the list.txt file what command would i use??
#ACT
GROUPMOVEMAP <mapname>
[COLOR=Red]Var Integer Group BGGroup 0[/COLOR]
#ACT
CalcVar Group BGGroup + 1 (Can use +,-,=)
#IF
CheckVar Group BGGroup > 1 (Can use >,<,=)
