UW2_PRC8/_module/nss/itm_emotewand.nss
Jaysyn904 5197ad9a4d Initial upload
Initial upload
2023-09-25 20:24:01 -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));
}