siege-remontel/Classes.inf
Dan Jones 670fb183e1 Add the computer character
Still a bit buggy, but responds to a few commands
2022-01-11 10:22:02 -06:00

23 lines
539 B
INI

Class Room has light;
! Class Set
! with before [;
! Examine: return false;
! default: print_ret "You can't do that with ", (the) self, ".";
! ],
! has scenery;
Class Decoration
with before [;
Take,Pull,Push,PushDir:
print_ret "You can't do that with ", (the) self, ".";
],
has static;
! Class Furniture
! class Decoration,
! with before [;
! Take,Pull,Push,PushDir:
! print_ret (the) self, " is too heavy for that.";
! ],
! has supporter;