Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. auto(100)
  2. foreach newmessage m do
  3. if m.content == 'Talk to Vigintius to gain entrance to the treasure zone.' then
  4. if finished == true then
  5. gotolabel(0,"ToThais")
  6. else
  7. gotolabel("start","Digging")
  8. end
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement