Lankhmar_PRC8/_module/nss/entr_fltg_snd11b.nss

15 lines
235 B
Plaintext
Raw Normal View History

2025-04-03 12:54:47 -04:00
void main()
{
object oPC = GetEnteringObject();
if (!GetIsPC(oPC)) return;
FloatingTextStringOnCreature("A group of people have been here recently. You see signs of food and weapons.", oPC, FALSE);
DestroyObject(OBJECT_SELF);
}