I have been wondering for the longest time what the deal is with the
"<input> (#) unable to find object: ' ' attempting to call function 'yourfunctionhere' "
error message, why is it that alot of times no matter what you do, a method that should be perfectly valid gives this error? what does it mean - object ' ' , does this mean there is information missing? like for instance:
%client.player.setInvincibleMode( 1.0 , 0.2 );I know this is supposed to be a valid method, but in blockland you get that god awful message telling you that you are an idiot. :/
if(%answer == serious)
{
loveforever();
cherishforever();
}
else
{
F***off();
}