Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

rob_20

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About rob_20

  • Rank
    Newbie
  1. Hi! Im sorry if this has been asked before, but I can not find the answer to this. I am trying to make a script thats in a loop, terminate when a trigger is no longer active. while {triggerActivated music} do {(playsound "prayer"), (player sideChat "test"), (sleep 210); if !(triggeractivated music) exitwith {player sidechat "bye bye"};}; As you guys can probably see, this will not work. So help would be appreciated
×