6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
|
void main()
|
||
|
{
|
||
|
CreateObject(OBJECT_TYPE_PLACEABLE, "ProcLight", GetLocation(GetWaypointByTag("AmonLight2")));
|
||
|
|
||
|
}
|