Changed folder name.
Changed folder name.
This commit is contained in:
22
_module/nss/itm_emotewand.nss
Normal file
22
_module/nss/itm_emotewand.nss
Normal file
@@ -0,0 +1,22 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: 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));
|
||||
|
||||
}
|
Reference in New Issue
Block a user