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

18 lines
430 B
Plaintext

/****************************************************
Starting Condition Script: Start of Conversation
ats_sc_forgelock
Last Updated: August 18, 2002
***Ambrosia Tradeskill System***
Created by Mojo(Allen Sun)
This script locks the forge at the beginning of the
conversation.
****************************************************/
int StartingConditional()
{
SetLocked(OBJECT_SELF, TRUE);
return TRUE;
}