Initial commit
Initial commit. Updated release archive.
This commit is contained in:
13
_module/nss/en6_create_sring.nss
Normal file
13
_module/nss/en6_create_sring.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "nw_i0_tool"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC;
|
||||
string sTag;
|
||||
|
||||
oPC = GetPCSpeaker();
|
||||
sTag = "en6_special_ring";
|
||||
|
||||
if (!HasItem(oPC,sTag))
|
||||
CreateItemOnObject(sTag,oPC);
|
||||
}
|
||||
Reference in New Issue
Block a user