Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
exori with party
#2
The changes are that now your safe condition must consider party as well, so:
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
Reply


Messages In This Thread
exori with party - by zarize - 04-21-2017, 12:27 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)