18 lines
397 B
Plaintext
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);
|
||
|
}
|