8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
void main()
|
|
{
|
|
location lHere = GetLocation(OBJECT_SELF);
|
|
object oStore = GetObjectByTag("wandmerch");
|
|
if (oStore==OBJECT_INVALID)
|
|
CreateObject(OBJECT_TYPE_STORE,"wandmerch",lHere);
|
|
}
|