Lankhmar_PRC8/_module/nss/entr_fltg_slnd13.nss
Jaysyn904 ebc0c6a9b2 Initial commit
Initial commit [v9.7]
2025-04-03 12:54:47 -04:00

17 lines
394 B
Plaintext

void main()
{
object oPC = GetEnteringObject();
if (!GetIsPC(oPC)) return;
FloatingTextStringOnCreature("In a clearing to the south sits several tents.", oPC, FALSE);
FloatingTextStringOnCreature("Watching, you see four people.", oPC, FALSE);
FloatingTextStringOnCreature("A middle-aged couple, an elderly man, and an attractive young woman.", oPC, FALSE);
DestroyObject(OBJECT_SELF);
}