Random free gear at log-in is only for new players

Random free gear at log-in is only for new characters.  Full compile.  Updated release archive.
This commit is contained in:
Jaysyn904 2024-09-26 13:55:40 -04:00
parent bfa7957e76
commit cace479fa2
3 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -11,7 +11,7 @@ void main()
SetLocalInt(oPC,"drank",1);
SetLocalString(oPC,"ss_t_chest_1","100003");
ExecuteScript("ss_treasure",oPC);
//:: NUI Magic by Daz
//Examine_DisablePanels(oPC);
@ -21,6 +21,7 @@ void main()
{
int iRand = d100(3)+50;
GiveGoldToCreature(oPC,iRand);
ExecuteScript("ss_treasure",oPC);
}
//:: Add system journal entries