PWE_PRC8/_module/nss/areaenter.nss

13 lines
194 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
object oPC;
void main()
{
int Level, SpawnCount;
object Area;
string AreaTag;
oPC=GetEnteringObject();
ExploreAreaForPlayer(OBJECT_SELF, oPC);
RecomputeStaticLighting(GetArea(OBJECT_SELF));
}