Restore HP,SP

09/03/2011 14:45 Fovi#1
how to restore HP and SP in player. Like GM command "/r" but in Quest.
09/03/2011 15:40 .Yacki#2
command("r")

Use this line in your Quest.
09/03/2011 15:53 Fovi#3
But this will be not work for ordinary players
09/03/2011 15:59 .Yacki#4
Activate the test server and than put in the command ;)

Simple quest for it:

Code:
quest asd.quest begin
state start begin
if 1234.use begin
game.set_event_flag("test", 1)
command("r")
game.set_event_flag("test", 0)
end
end
end
09/03/2011 16:20 Fovi#5
"There is no such command"