PWE_PRC8/_module/nss/areaenter.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

13 lines
194 B
Plaintext

object oPC;
void main()
{
int Level, SpawnCount;
object Area;
string AreaTag;
oPC=GetEnteringObject();
ExploreAreaForPlayer(OBJECT_SELF, oPC);
RecomputeStaticLighting(GetArea(OBJECT_SELF));
}