TheHordeUndead_PRC8/_module/nss/at_lvlup_once.nss
Jaysyn904 f9f89b27cc Added dialog to raise new players to 12th lvl
Added dialog to raise new players to 12th lvl
2024-01-24 23:09:25 -05:00

10 lines
118 B
Plaintext

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