14 lines
250 B
Plaintext
14 lines
250 B
Plaintext
void main()
|
|
{
|
|
|
|
object oPC = GetEnteringObject();
|
|
|
|
if (!GetIsPC(oPC)) return;
|
|
|
|
|
|
|
|
FloatingTextStringOnCreature("A pool of water fills the center of this cavern. A makeshift bridge connects to two passages.", oPC, FALSE);
|
|
|
|
DestroyObject(OBJECT_SELF);
|
|
}
|