From d46563e8cad9e53d344d0383b90c342796fb70ce Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 29 Jan 2022 16:43:26 -0300 Subject: Add idle checks which exclude you from receiving boss points in all fights --- npc/052-2/partyroom.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/052-2') diff --git a/npc/052-2/partyroom.txt b/npc/052-2/partyroom.txt index 12d5b119..4be15155 100644 --- a/npc/052-2/partyroom.txt +++ b/npc/052-2/partyroom.txt @@ -231,6 +231,8 @@ OnDeath: end; OnBP: + if (checkidle() > MAX_IDLE) + end; BOSS_POINTS = BOSS_POINTS + $@illia_bp; message strcharinfo(0), "You gain " + $@illia_bp + " Boss Points giving you a total of " + BOSS_POINTS + "."; end; -- cgit v1.2.3-70-g09d2