generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
5
_module/nss/trgs_onlock_set.nss
Normal file
5
_module/nss/trgs_onlock_set.nss
Normal file
@@ -0,0 +1,5 @@
|
||||
// Prevents players from locking an unlocked chest for more XP.
|
||||
void main()
|
||||
{
|
||||
SetLocalInt( OBJECT_SELF, "UNLOCK_DO_ONCE", TRUE );
|
||||
}
|
||||
Reference in New Issue
Block a user