Files
HeroesStone_PRC8/_module/nss/trgs_onlock_set.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

6 lines
136 B
Plaintext

// Prevents players from locking an unlocked chest for more XP.
void main()
{
SetLocalInt( OBJECT_SELF, "UNLOCK_DO_ONCE", TRUE );
}