Initial Upload
Initial Upload
This commit is contained in:
8
_module/nss/emotewand.nss
Normal file
8
_module/nss/emotewand.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object oPlayer = GetItemActivator();
|
||||
object oItem = GetItemActivated();
|
||||
|
||||
if(GetTag (oItem) == "emotewand")
|
||||
AssignCommand (oPlayer, ActionStartConversation (oPlayer, "mod_emote",FALSE,FALSE));
|
||||
}
|
Reference in New Issue
Block a user