Alangara_PRC8/_module/nss/vulc_test_noname.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

11 lines
239 B
Plaintext

int StartingConditional()
{
//If no name is entered, bring up the convo node to restore default name
string sName = GetLocalString(OBJECT_SELF,"vulc_newname");
if(sName=="")
{
return TRUE;
}
return FALSE;
}