Jump to content

rob_20

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Posts posted by rob_20


  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

×