Guest User

Untitled

a guest
Jun 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. mob/verb/self_destruct() switch(alert("What fraction do you belong to?",,"Sith","Republic","Mandalorian")) if("Sith") del usr if("Republic") usr << "You have second thoughts." if("Mandalorian") usr << "You flip a coin..." if(rand(0,1)) usr << "Heads -- you lose." del usr else usr << "Tails -- you win!"
Add Comment
Please, Sign In to add comment