Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
@ali00035 Im new too scripting, where is the console located?
@cutiehacker Console log is in the launcher console. Scroll up in the launcher console.
@ali00035 And Where Is The Console (Im Sorry, I Just Have Really No Idea How To Do Stuff Like That)
@cutiehacker said in Problem With Script:
Enable the launcher output in the launcher settings.
@ali00035 It said It successfully loaded the script, but I already knew that
@cutiehacker Oh, I misread, sorry.
Math.Floor
Math.floor is the right way.
@ali00035 its ok, Its a problem with the code
@ali00035 What about math.floor? I am using that already in the script
The correct way is just Math.floor
@ali00035 can you show me the code, because I cant quite understand what you mean by "The Correct Way Is Just Math.Floor"
@cutiehacker Instead of "Math.Floor" or "math.floor", You just have to type "Math.floor"
@ali00035 no..........
@cutiehacker ?
@ali00035 It works Thank You, I cant believe such a simple mistake cost me that much time!
@cutiehacker No problem.
Nice avatar by the way.
@ali00035 thanks!
@cutiehacker No problem again.
@ali00035 One More Question The Server This Is For (minemora) Has a zombie that for some reason the kill player is the zombie, Is there a way to check if the entity is not a zombie?
@cutiehacker I tired if(target.getname != "Zombie") but that did not seem to work