PoA_PRC8/module/nss/itm_emotewand.nss
Jaysyn904 128e7e59a4 Initial upload
Initial upload
2022-10-07 14:20:31 -04:00

23 lines
483 B
Plaintext

//::///////////////////////////////////////////////
//:: 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));
}