It doesn't say in the manual. Is it possible to just add to a global int +1 instead of overwriting it?
Cause i have one event that has to be done and another for a dialog to appear.
For example i need to have talked about this with the guy and i must actually know that i need it from him for the option to appear.
So is it possible when one of the things is true to add 1 to the global int and then the other 1 aswell so when both is true the dialog option appears?
SetGlobalInt(10,+1);? something like this?
Or is there already a better way how to do this wich i haven't figured out yet?
Cause i have one event that has to be done and another for a dialog to appear.
For example i need to have talked about this with the guy and i must actually know that i need it from him for the option to appear.
So is it possible when one of the things is true to add 1 to the global int and then the other 1 aswell so when both is true the dialog option appears?
SetGlobalInt(10,+1);? something like this?
Or is there already a better way how to do this wich i haven't figured out yet?