9 lines
145 B
Plaintext
9 lines
145 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPlayer = GetEnteringObject();
|
||
|
if (GetIsPC(oPlayer) )
|
||
|
{
|
||
|
SendMessageToAllDMs(GetTag(oPlayer)+": has Entered the area.");
|
||
|
}
|
||
|
}
|