home *** CD-ROM | disk | FTP | other *** search
- handle 10
- do look at fire-extinguisher
- [
- ? Just a normal security item.
- ? You carefully read the manual printed on it. You could need that
- ? information later...
- setflag fire-ex manual read
- addtime 3
- ]
-
- do use fire-extinguisher
- [
- ifflag fire-ex empty
- [
- ? It is empty.
- ? Don't you remember why all your clothes are white?
- |
- ifflag fire-ex used
- [
- ? You enjoy the havoc that the white powder does to the room.
- setflag fire-ex empty
- setflag destr
- |
- ? There is no fire near!
- ]
- ]
- ]
-
-