PWE_PRC8/_module/nss/ats_forge_open.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

20 lines
448 B
Plaintext

/****************************************************
Forge OnOpen Script
ats_forge_open
Last Updated: August 20, 2002
***Ambrosia Tradeskill System***
Created by Mojo(Allen Sun)
This script goes on the forge's OnOpen trigger.
It locks the forge to prevent others from using it
at the same time.
****************************************************/
#include "ats_inc_common"
void main()
{
SetLocked(OBJECT_SELF, TRUE);
}