In reference to the actor tab. When the command "take man" is used against an object that has been designated an actor called 'man', typelib's default answer is "You can't take he."
Was that intentional? I would expect it to say "You can't take him."
Is there a way to change this reponse within QDK otherwise, not altering the typelib file?
Further, what if the actor is a girl?
> take girl
>"Unhand me at once you ruffian!" description {
msg <#quest.lookdesc#>
if here <forest witch> then msg <The old witch continues to follow Graham wherever he goes in the forest. If only there were some way to make her leave.>
}define room <dark forest3>
alias <dark forest>
prefix <the>
look <In this part of the forest, a large tree sits off the path. A small door is built directly into the trunk. >
south <dark forest2>
west <dark forest6>
description {
msg <#quest.lookdesc#>
if here <forest witch> then msg <The old witch continues to follow Graham wherever he goes in the forest. If only there were some way to make her leave.>
}
end define