6 lines
121 B
Plaintext
6 lines
121 B
Plaintext
void main()
|
|
{
|
|
CreateObject(OBJECT_TYPE_PLACEABLE, "bss_weapons1",
|
|
GetLocation(GetNearestObjectByTag("bss_weapons1")));
|
|
}
|