10 lines
188 B
Plaintext
10 lines
188 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetLastPerceived();
|
|
|
|
if (!GetIsPC(oPC)) return;
|
|
if (!GetLastPerceptionSeen()) return;
|
|
|
|
AssignCommand(OBJECT_SELF, ActionSpeakString("Must pay toll!"));
|
|
}
|