8 lines
113 B
Plaintext
8 lines
113 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetEnteringObject();
|
|
object oArea = OBJECT_SELF;
|
|
ExploreAreaForPlayer(oArea, oPC);
|
|
}
|
|
|