generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload.
This commit is contained in:
15
_module/nss/vtw_emotewand.nss
Normal file
15
_module/nss/vtw_emotewand.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "nw_i0_tool"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
string sTag = "dmfi_pc_emote";
|
||||
|
||||
// Make sure the PC speaker has these items in their inventory
|
||||
if(!HasItem(GetPCSpeaker(), sTag))
|
||||
return FALSE;
|
||||
|
||||
SetLocalString(GetPCSpeaker(), "iDMFIremove", sTag);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user