Release pannello utenti quest

scomparso

Nuovo utente
Autore del topic
16 Novembre 2010
26
0
Miglior risposta
0
Salve a tutti rilascio questa quest ( non fatta da ) che è un pannello utenti e gradito un +1 :emoji_slight_smile:

quest user_pan begin
state start begin
when 40002.use begin
say("Welcome to the Userpannel")
local a = select ("Open Warehouse","Open Item Shop Storage", "Kingdom", "Close")

if a == 1 then
game.open_safebox()
elseif a ==2 then
game.open_mall()
elseif a == 3 then
say("Just pick ported in which kingdom")
say("you want to be. It's always Map1")
local c = select("Blue Kingdom", "Red Kingdom", "Yellows Kingdom", "Close")
if c == 4 then
return
elseif c == 1 then
pc.warp(969600, 278400)
elseif c == 2 then
pc.warp(469300, 964200)
elseif c == 3 then
pc.warp(55700, 157900)
end
end
end
end
end