hier die quest
PHP Code:
function getinput(par)
cmdchat("getinputbegin")
local ret = input(cmdchat(par))
cmdchat("getinputend")
return ret
end
when kill begin
cleartimer('testobject')
timer('testobject',0.5)
end
when testobject.timer begin
cleartimer('testobject')
local a =_lvlup.getinput("getinput")
say(a)
end
PHP Code:
"getinputbegin" : self.__Inputget1,
"getinputend" : self.__Inputget2,
"getinput" : self.__Inputget3,
def __Inputget1(self):
constInfo.INPUT_IGNORE = 1
def __Inputget2(self):
constInfo.INPUT_IGNORE = 0
def __Inputget3(self):
net.SendQuestInputStringPacket(str(player.GetTargetVID()))






