Repositories (1)

era-project
1 snippets stored for this repo
JavaScript IconJavaScript
var currentState = JSON.parse(state);
          console.log(currentState);
          //could probably benefit from a switch case here but whatever
          if (currentState["currentstate"] == "watch-deepthroat") pay5(data);
          else if(currentState["currentstate"] == "kill") kill(data);
          else if(currentState["currentstate"] == "jail")  {
            jail(data);