Amon_PRC8/_module/nss/onuse_chat.nss

9 lines
156 B
Plaintext
Raw Normal View History

2025-04-03 19:00:46 -04:00
/**
* Simple chat just in case the auto-chat fails
*
*/
void main()
{
AssignCommand(OBJECT_SELF, ActionStartConversation(GetLastUsedBy(), "", TRUE));
}