7 lines
168 B
Plaintext
7 lines
168 B
Plaintext
|
void main()
|
||
|
{
|
||
|
location lLeverSpot = GetLocation(GetWaypointByTag("ty_wp_leverspot3"));
|
||
|
|
||
|
CreateObject(OBJECT_TYPE_PLACEABLE, "flrlever004", lLeverSpot, TRUE);
|
||
|
}
|