HiddenTradition_PRC8/_module/nss/as_lightshaft.nss

8 lines
189 B
Plaintext
Raw Normal View History

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