Guest User

Untitled

a guest
May 25th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. script, random choice, n1, n2, n3, n4, n5, begin
  2. switch(random(1, 5)) do(
  3. case(1) do(exit returning(n1))
  4. case(2) do(exit returning(n2))
  5. case(3) do(exit returning(n3))
  6. case(4) do(exit returning(n4))
  7. case(5) do(exit returning(n5))
  8. )
  9. end
  10.  
  11. plotscript, example, begin
  12. show text box(random choice(15, 27, 4, 250, 252))
  13. wait for text box
  14. end
Add Comment
Please, Sign In to add comment