13 lines
199 B
Plaintext
13 lines
199 B
Plaintext
|
|
void main()
|
|
{
|
|
|
|
object oPC = GetEnteringObject();
|
|
|
|
if (!GetIsPC(oPC)) return;
|
|
|
|
AssignCommand(GetObjectByTag("Lilyblack"), ActionSpeakString("'Would you pay me for my dancing, good traveler?'"));
|
|
|
|
}
|
|
|