generated from Jaysyn/ModuleTemplate
7 lines
114 B
Plaintext
7 lines
114 B
Plaintext
void main()
|
|
{
|
|
object oPC=GetEnteringObject();
|
|
if(!GetIsPC(oPC))return;
|
|
ExploreAreaForPlayer(GetArea(oPC), oPC);
|
|
}
|