HiddenTradition_PRC8/_module/nss/lmpperfusedspeak.nss
2024-06-20 15:47:42 -04:00

7 lines
168 B
Plaintext

// OnUsed script that displays a single line from the object's conversation.
// For use by signs and other placeables.
void main()
{
SpeakOneLinerConversation();
}