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

8 lines
189 B
Plaintext

void main()
{
object oWellOfSouls = (GetObjectByTag("WellOfSouls"));
location lWellOfSouls = GetLocation(oWellOfSouls);
CreateObject(OBJECT_TYPE_PLACEABLE,"plc_solyellow",lWellOfSouls);
}