Format
ismovable(Loc1, Loc2 ...)
Args
Any number of locations to test.
Returns
1 if all args are valid objs or mobs; 0 otherwise
Movable atoms are either objs or mobs, so this combines the isobj
and ismob
tests into a single proc.
ismovable(Loc1, Loc2 ...)
Any number of locations to test.
1 if all args are valid objs or mobs; 0 otherwise
Movable atoms are either objs or mobs, so this combines the isobj
and ismob
tests into a single proc.