elseif fightcounter == 15 then Encounter.SetVar("nextwaves", {"nowave"}) currentdialogue = {"[effect:none]The reason i'm \ntelling you all \nof this what \nhappened.","[effect:none]Is because i \nknow that you \nare in \ncontrol right \nnow."} SetSprite("monikaismad!") elseif fightcounter == 16 then Encounter.SetVar("nextwaves", {"nowave"}) Audio.Pause() Audio.LoadFile ("yourchoice") --optional-- Audio.Play("yourchoice") --optional-- currentdialogue = {"[effect:none]Please,MC","If you are \nstill in there,","...","...","...","I beg[color:00c000] You","Do the right \nthing and stop \nall this \nslaughter.","[effect:none]Everyone can \nbe a better \nperson if \nthey just try.","So,please","[effect:none]Throw that \nknife away,\nquit the game \nand please \ndon't come \nback.","...","[effect:none]Do it for me,","[effect:none]For all of us.","[effect:none]Let us be \nhappy once \nagain..."} SetSprite("rightchoice") def = 9999999 elseif fightcounter == 17 then Encounter.SetVar("nextwaves", {"nowave"}) Audio.LoadFile ("Megalomonika") --optional-- Audio.Play("Megalomonika") --optional-- def = 9999999 currentdialogue = {"[noskip][voice:v_floweymad][effect:shake]WELP,IT WAS \nWORTH A SHOT","[voice:v_floweymad][effect:shake]GUESS YOU LIKE \nDOING THINGS \nTHE HARD WAY? \n[color:ff0000]=)","[voice:v_floweymad][effect:shake]JUST DON'T SAY \nI DIDN'T WARN \nYOU"} SetSprite("monikachara")