Initial upload
Initial upload
This commit is contained in:
12
_module/nss/cb_elfmerch.nss
Normal file
12
_module/nss/cb_elfmerch.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
object oTarget;
|
||||
oTarget = GetObjectByTag("ELFMHERCHANT");
|
||||
|
||||
OpenStore(oTarget, oPC, 100, 1);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user