It seems that V-DISEMBARK handles both "GET OUT object" and "GET OUT OF object", which means it can print unexpected things:
>GET OUT TOOL
You don't need to take out the Universal Tool to use it.
>DROP TOOL
Okay, the Universal Tool is now on the floor.
>GET OUT TOOL
You're not in the Universal Tool!
I don't know what would be the best way of handling this, if it should be handled at all. Perhaps V-DISEMBARK should check if PRSO has TAKEBIT, and print something different then?
It seems that
V-DISEMBARK
handles both "GET OUT object" and "GET OUT OF object", which means it can print unexpected things:I don't know what would be the best way of handling this, if it should be handled at all. Perhaps
V-DISEMBARK
should check ifPRSO
hasTAKEBIT
, and print something different then?