LoD_PRC8/_module/nss/deathonenter.nss

7 lines
93 B
Plaintext
Raw Normal View History

2023-09-21 21:20:34 -04:00
void main()
{
object oPC = GetEnteringObject();
SetLocalString(oPC, "sBleeding", "True");
}