Alangara_PRC8/_module/nss/intimateemotewan.nss

10 lines
179 B
Plaintext
Raw Normal View History

2024-06-05 21:21:06 -04:00
void main()
{
object oItem = GetItemActivated();
object oPC = GetItemActivator();
AssignCommand( oPC, ActionStartConversation( oPC, "mod_emote", TRUE, FALSE));
}