PWE_PRC8/_module/nss/float_mfpanel.nss

12 lines
358 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
void main()
{
object oPC = GetEnteringObject();
//Create new or use existing sound to warn player
SoundObjectPlay(GetObjectByTag("MagicPortalEvil"));
//Blank strings between text lines slow scroll
FloatingTextStringOnCreature("", oPC);
FloatingTextStringOnCreature("The pannel has a small hole in it centre..just big enough for one small item", oPC);
}