This site requires JavaScript, please enable it in your browser!
Greenfoot back
Ofv7
Ofv7 wrote ...

2021/3/23

I NEED HELP

Ofv7 Ofv7

2021/3/23

#
I keep getting the <identifier> expected error and I don't know why. Player = getOneObjectAtOffset(0,0,Player.class); Campus campus = (Campus) getWorld(); if(Player !=null){ campus.removeObject(Player); That is the code in question, im trying to get the class which this code is in to remove the player when touching.
Ofv7 Ofv7

2021/3/23

#
I got it, nvm.
Ofv7 Ofv7

2021/3/23

#
Im definitely going to need something else though at some point
You need to login to post a reply.