RoT2_PRC8/_module/nss/cb_updates.nss

12 lines
150 B
Plaintext
Raw Normal View History

2023-09-25 18:13:22 -04:00
void main()
{
object oPC = GetEnteringObject();
if (!GetIsPC(oPC)) return;
FloatingTextStringOnCreature("READ YOUR JOURNAL FOR UPDATES", oPC);
}