10 lines
189 B
Plaintext
10 lines
189 B
Plaintext
void main()
|
|
{
|
|
object oAltar = GetObjectByTag("Altar");
|
|
location lAltar = GetLocation(oAltar);
|
|
|
|
if (!GetIsObjectValid(oAltar))
|
|
|
|
CreateObject(OBJECT_TYPE_PLACEABLE,"plc_solorange",lAltar);
|
|
}
|