if you are talking about the part that says: "playerIsAlive = 1 '1 being true and 0 false'. you dont need the '1 being true..... false' part there thats just COMMENTS and if you want to leave the comments you have to separater the code from the comment with a colon ' : ' like this:
playerIsAlive = 1 : '1 being true and 0 false
I guess I fergot to include that there, but if you see below on the line that says pX = 0 ... you can see after pY = 0 a colon separating the comment from the code.
hey wulfy you no the bit after playerID=1
did you mean to put the o in before false
Kirkstar619 2 years ago
if you are talking about the part that says: "playerIsAlive = 1 '1 being true and 0 false'. you dont need the '1 being true..... false' part there thats just COMMENTS and if you want to leave the comments you have to separater the code from the comment with a colon ' : ' like this:
playerIsAlive = 1 : '1 being true and 0 false
I guess I fergot to include that there, but if you see below on the line that says pX = 0 ... you can see after pY = 0 a colon separating the comment from the code.
wulfy88 2 years ago
Very nice tutorial, thanks!
RsJelly 3 years ago
No problem
wulfy88 2 years ago