PoA_PRC8/_module/nss/itm_emotewand.nss

23 lines
483 B
Plaintext
Raw Normal View History

2022-10-07 14:20:31 -04:00
//::///////////////////////////////////////////////
//:: ITEM EMOTEWAND
//:: itemized for use item routine
//:://////////////////////////////////////////////
/*
improved by bloodsong
*/
//:://////////////////////////////////////////////
//:: Created By: bloodsong
//:://////////////////////////////////////////////
void main()
{
object oPlayer = OBJECT_SELF;
AssignCommand (oPlayer, ActionStartConversation (oPlayer, "emotewand", TRUE, FALSE));
}