Lankhmar_PRC8/_module/nss/entr_fltg_slnd11.nss

16 lines
321 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("A tower rises above the drowned trees in the distance.", oPC, FALSE);
FloatingTextStringOnCreature("Watching like a silent giant. Two hills hide its lower reaches.", oPC, FALSE);
DestroyObject(OBJECT_SELF);
}