Lankhmar_PRC8/_module/nss/fltng_txt_ptnwbg.nss

14 lines
208 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("The water breathing potion is starting to wear off!", oPC, FALSE);
DestroyObject(OBJECT_SELF);
}