Help with if statement
Solved
ScriptAPI
-
Also you should learn some more about ScriptAPI to solve your questions yourself, you can take a look at the code of other scripts (look in the old forum or my script pack), learn JavaScript at w3schools.com
-
Also you should learn some more about ScriptAPI to solve your questions yourself, you can take a look at the code of other scripts (look in the old forum or my script pack), learn JavaScript at w3schools.com
-
-
if(mc.thePlayer.hurtTime == 9) mc.thePlayer.swing();
btw im aware this dosent attack but only swings
-
@plumer-man thank you!