Quest file
PHP Code:
quest bug begin
state start begin
when 9003.chat."Bug Report" begin
say_title("Bug Report")
say("Here you can report errors")
say("Reports for servername.")
say("Please make a correct")
say("and accurate description of a")
say("Errors!")
say("")
say_reward("Your player id will be saved!")
local inp = input()
local inp1 = input()
say_title("Bug Report - Successfully sent")
say("Your report has been sent successfully!")
say("")
say("")
say_reward("Thank you!")
char_log(684, "BUG_REPORT1", inp)
char_log(684, "BUG_REPORT2", inp2)
end
when 9003.chat."Shop use" begin
npc.open_shop()
setskin(NOWINDOW)
end
end
end
Few bugs in it...
Download for php scripts below






