HiddenTradition_PRC8/_module/nss/oe_solstables.nss
2024-06-20 15:47:42 -04:00

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);
}