7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPlayer = GetEnteringObject();
|
||
|
object oArea = GetArea(oPlayer);
|
||
|
ExploreAreaForPlayer(oArea, oPlayer);
|
||
|
}
|