often I get script failed after a successful run of the script. sometimes I get script failed. is there a way for me to purposely trigger the "script failed" "script succeeded" messages?
Would return failed (I hope). I guess in a sense it did "fail"... while it did "work", it still ended up failing the last boolean check (which doesn't have any commands after it) and so mafia says it failed.
If we had say a print after the if check then it would return successful. (Since the print worked, and thats the last thing the script does... as in the last thing the script done was successful.)