5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
|
void main()
|
||
|
{
|
||
|
CreateObject(OBJECT_TYPE_PLACEABLE, "ProcLight", GetLocation(GetWaypointByTag("AmonLight1")));
|
||
|
}
|