TheHordeUndead_PRC8/_module/nss/sc_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
183 B
Plaintext

int StartingConditional()
{
object oPC=GetPCSpeaker();
string sTag=GetTag(OBJECT_SELF);
return (GetLocalInt(oPC, sTag)==0);
//only returns true when variable is 0
}