6 lines
119 B
Plaintext
6 lines
119 B
Plaintext
|
void main()
|
||
|
{
|
||
|
CreateObject(OBJECT_TYPE_PLACEABLE, "chest005",
|
||
|
GetLocation(GetNearestObjectByTag("recruitschest1")));
|
||
|
}
|