Hi i need help: /
I entered a quest with "wait ()":
Code
- quest welcomemsg begin
- state start begin
- when login begin
- if pc.getqf("basic_weapon") == 0 then
- pc.setqf("basic_weapon", 1)
- if pc.get_level() == 1 then
- say_title("Welcome to the SERVERNAME ")
- say("")
- say("Blah blah blah... ")
- say("Blah blah blah... ")
- say("Blah blah... ")
- wait()
- say("Have a nice game :) ")
- say("")
- end
- end
- end
- end
- end
the quest is compiled, but the "Next" button does not work
syserr game
syslog game
Can you help me please?