HiddenTradition_PRC8/_module/nss/oe_solstables.nss

10 lines
189 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oAltar = GetObjectByTag("Altar");
location lAltar = GetLocation(oAltar);
if (!GetIsObjectValid(oAltar))
CreateObject(OBJECT_TYPE_PLACEABLE,"plc_solorange",lAltar);
}