Lankhmar_PRC8/_module/nss/etr_fltg_sh_hut2.nss

15 lines
217 B
Plaintext
Raw Normal View History

2025-04-03 12:54:47 -04:00
void main()
{
object oPC = GetEnteringObject();
if (!GetIsPC(oPC)) return;
FloatingTextStringOnCreature("These tracks lead out of this cave up to feet on the hut..?", oPC, FALSE);
DestroyObject(OBJECT_SELF);
}