13 lines
180 B
Plaintext
13 lines
180 B
Plaintext
|
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
object oPC = GetClickingObject();
|
||
|
|
||
|
if (!GetIsPC(oPC)) return;
|
||
|
|
||
|
FloatingTextStringOnCreature("The door appears to open into a rock wall... no exit here.", oPC);
|
||
|
|
||
|
}
|
||
|
|