Problem With Script
Solved
ScriptAPI
-
-
@cutiehacker said in Problem With Script:
@ali00035 What about math.floor? I am using that already in the script
The correct way is just Math.floor
-
-
If (!(entity instanceof EntityZombie))
//coderemember to import the zombie class to avoid errors
-
@plumer-man said in Problem With Script:
If (!(entity instanceof EntityZombie))
There is something wrong here.
16/32