04-21-2017, 05:56 PM
The changes are that now your safe condition must consider party as well, so:
Should consider party, something similar to:
Code:
Creatures.PlayersOnRange(1)<=1
Should consider party, something similar to:
Code:
TotalPlayersBeside:=Creatures.PlayersOnRange(1)
TotalPartyBeside:=Creatures.OnRangeParty(1)
TotalNonPartyBeside:=Dec(!TotalPlayersBeside, !TotalPartyBeside)
!TotalNonPartyBeside<=1