6 lines
130 B
Plaintext
6 lines
130 B
Plaintext
|
void main()
|
||
|
{
|
||
|
location Loc6= GetLocation(GetWaypointByTag("watertrap"));
|
||
|
CreateObject(OBJECT_TYPE_PLACEABLE, "watermed", Loc6);
|
||
|
}
|