Files
HeroesStone_PRC8/_module/nss/area_explore.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

9 lines
145 B
Plaintext

void main()
{
object oPC = GetEnteringObject();
if (!GetIsPC(oPC) && !GetIsDM(oPC)) return;
ExploreAreaForPlayer(OBJECT_SELF, oPC, TRUE);
}