Log in

View Full Version : If got White Skull go to ...



yossiy123
08-28-2017, 02:49 PM
Hi guys I need your help for a LUA script,
I want to make LUA script if while a botting my player use "exori" or somthings like that that can be a pk cuse of this then the in Label (in the walker) "CheckPK" he go to label "Rest" and if not keep going with the botting.

Thanks for your helps!!

Trykon
08-28-2017, 07:23 PM
elseif(labelName == "CheckSkull") then
if(Self.isPzLocked()==true) then
gotoLabel("GoToSafety")
end