PWE_PRC8/_module/nss/ats_forge_close.nss

18 lines
397 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
/****************************************************
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);
}