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