9 lines
116 B
Plaintext
9 lines
116 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetLastPerceived();
|
|
|
|
if (GetIsPC(oPC))
|
|
{ActionStartConversation(oPC, "");}
|
|
else {}
|
|
}
|