PWE_PRC8/_module/nss/float_powergen3.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

15 lines
406 B
Plaintext

void main()
{
object oPC = GetEnteringObject();
if(GetPlotFlag(GetObjectByTag("pc_place140204z3"))!=TRUE)
return;
//Create new or use existing sound to warn player
//Blank strings between text lines slow scroll
FloatingTextStringOnCreature("The generator appears to have a protective shield around it. ", oPC);
FloatingTextStringOnCreature("Perhaps disrupting other generators may help.", oPC);
}