Alangara_PRC8/_module/nss/vulc_test_noname.nss

11 lines
239 B
Plaintext
Raw Permalink Normal View History

2024-06-05 21:21:06 -04:00
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;
}