13 lines
150 B
Plaintext
13 lines
150 B
Plaintext
void main()
|
|
{
|
|
|
|
object oPC = GetExitingObject();
|
|
object oArea = OBJECT_SELF;
|
|
|
|
if (!GetIsPC(oPC)) return;
|
|
|
|
ExploreAreaForPlayer(oArea, oPC, FALSE);
|
|
|
|
}
|
|
|