Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- quest anneaudumagasinier begin
- state start begin
- when 40004.use begin
- say_title("Anneau du magasinier:")
- say("Tu m'as invoqué, choisis ce que tu souhaites faire?")
- local s = select("Ouvrir entrepot", "Ouvrir entrepot IS", "Fermer")
- setskin(NOWINDOW)
- if s == 1 then
- game.open_safebox()
- elseif s == 2 then
- game.open_mall()
- elseif s == 3 then
- return
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement