Aantioch_Infernum/_module/nss/_area_open_map.nss

8 lines
113 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
void main()
{
object oPC = GetEnteringObject();
object oArea = OBJECT_SELF;
ExploreAreaForPlayer(oArea, oPC);
}