23.08.2016, 11:43
(18.08.2016, 08:20)edgars Wrote: Hi Elkin,
I suppose you have event-based script for "away" functionality. Simply add If Else defining if there is Party mode, the Away functionality is not working.
for now I have decided to have a Party-Object (true-false) and a short code sniplet to add to those places I want to block execution.
Code:
party = grp.getvalue('Party') -- are we in party mode?
Code:
if (party == true) then
return
end
Still looking for a cleaner solution...