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

18 lines
397 B
Plaintext

/****************************************************
Forge OnClose Script
ats_forge_close
Last Updated: July 18, 2002
***Ambrosia Tradeskill System***
Created by Mojo(Allen Sun)
This script goes on the forge's OnClose trigger.
It activates the forging menu conversation.
****************************************************/
void main()
{
SetLocked(OBJECT_SELF, FALSE);
}