Thought I'd add it dosn't compile. It sasis:
Undeclared Indentifier "HAS_TALKED:
And
Required Argument missing in call to "SetLocalBoolean"
Here is the script:
Code:
void main () {
SetLocalBoolean(HAS_TALKED,0,TRUE);
}
Same errors with the second script:
Code:
int StartingConditional() {
int nTalked = GetLocalBoolean(HAS_TALKED,0); return nTalked;
}