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