Shargast_PRC8/_module/Chapter 1/nss/trgs_onlock_set.nss

6 lines
136 B
Plaintext
Raw Normal View History

2024-08-03 14:13:18 -04:00
// Prevents players from locking an unlocked chest for more XP.
void main()
{
SetLocalInt( OBJECT_SELF, "UNLOCK_DO_ONCE", TRUE );
}