Lankhmar_PRC8/_module/nss/entr_twr_rm_msg2.nss

17 lines
371 B
Plaintext
Raw Permalink Normal View History

2025-04-03 12:54:47 -04:00
void main()
{
object oPC = GetEnteringObject();
if (!GetIsPC(oPC)) return;
FloatingTextStringOnCreature("Seaweed and debris lie under the stairs.", oPC, FALSE);
FloatingTextStringOnCreature("Slime covers the floors and steps leading upward.", oPC, FALSE);
FloatingTextStringOnCreature("You hear movement to the west...", oPC, FALSE);
DestroyObject(OBJECT_SELF);
}