Shargast_PRC8/_module/Chapter 2/nss/alladii_warning.nss

17 lines
314 B
Plaintext
Raw Normal View History

2024-08-03 14:13:18 -04:00
void main()
{
object oPC = GetEnteringObject();
if (!GetIsPC(oPC)) return;
int DoOnce = GetLocalInt(OBJECT_SELF, GetTag(OBJECT_SELF));
if (DoOnce==TRUE) return;
SetLocalInt(OBJECT_SELF, GetTag(OBJECT_SELF), TRUE);
FloatingTextStringOnCreature("STOP,if you're not 35th lvl+, use the racial portal ", oPC);
}