8 lines
189 B
Plaintext
8 lines
189 B
Plaintext
void main()
|
|
{
|
|
object oWellOfSouls = (GetObjectByTag("WellOfSouls"));
|
|
location lWellOfSouls = GetLocation(oWellOfSouls);
|
|
|
|
CreateObject(OBJECT_TYPE_PLACEABLE,"plc_solyellow",lWellOfSouls);
|
|
}
|