Initial commit. Updated release archive.
This commit is contained in:
10
_module/nss/sc_marco1st.nss
Normal file
10
_module/nss/sc_marco1st.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
// Inspect local variables
|
||||
if(!(GetLocalInt(GetPCSpeaker(), "MarcoFirstTimeTalked") == 1))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user