Quest [Quest]Nuovo Player

Stato
Discussione chiusa ad ulteriori risposte.

NegimaSora

Utente Gold
11 Maggio 2015
374
51
61
211
Ultima modifica da un moderatore:
Il codice:
Codice:
quest nuovo giocatore begin
   state start begin
     when login begin
       notice_all("il Giocatore "..pc.get_name().." e nuovo sul server")
       set_state(__COMPLETE)
     end
   end
   state __COMPLETE begin
   end

end
 
Stato
Discussione chiusa ad ulteriori risposte.