mob
Boats
var
Speed
But I can't 'use' it, unless I put it under ALL mobs like this;
mob
var
Speed
Its no big deal really, just means that all mobs other than boats have a var they don't really need.
Here is how I attempted to use it;
client
North()
if(istype(src.mob,/mob/Boats))
var/speed = 11 - src.mob.Speed
And this is the error message;
"Movement.dm:4:error:src.mob.Speed:undefined var"
Is there anyway I can get the compiler to realise I have defined it, just another 'step in' as I call it?
~Ease~