Shargast_PRC8/_module/Chapter 1/nss/trgs_onlock_set.nss
Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -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 );
}