How this variable works?
In original scripts you can find
Ok - we want to create new variable with value 0. BUT in map_enter_p_proc we can find
But Only_Once has already value 0. You can find it in most of original fallout scripts, but I still don't understand how it works...
Is there anyone who knows how it works?
In original scripts you can find
Code:
variable Only_Once:=0;
Code:
Only_Once:=0;
Is there anyone who knows how it works?