Quote:
Originally Posted by fatcat123
I've always wondered why that happened, yet always wondered why it wasn't fixed...
|
It's partially my fault, I just copied a couple of the house classes without changing them. It shouldn't be hard for someone like Vulcan to fix, though.
Quote:
Originally Posted by Supaman771
Functionality could just mean making a plant
PHP Code:
dontblock; drawoverplayer;
|
I'd recommend not using GS1 online.
PHP Code:
function onCreated() {
this.dontBlock();
this.drawOverPlayer();
}