TheHordeOrcs_PRC8/_module/nss/at_lvlup_once.nss

10 lines
118 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oPC=GetPCSpeaker();
string sTag=GetTag(OBJECT_SELF);
SetLocalInt(oPC, sTag, 1);
}