Initial commit
Initial commit.
This commit is contained in:
7
_module/nss/create_gemstore.nss
Normal file
7
_module/nss/create_gemstore.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
location lHere = GetLocation(OBJECT_SELF);
|
||||
object oStore = GetObjectByTag("gemstore");
|
||||
if (oStore==OBJECT_INVALID)
|
||||
CreateObject(OBJECT_TYPE_STORE,"gemstore",lHere);
|
||||
}
|
Reference in New Issue
Block a user