About these two scripts:   int StartingConditional() { return GetLocalNumber(OBJECT_SELF, 16) == GetScriptParameter(1); }    void main() { SetLocalNumber(OBJECT_SELF, 16, GetScriptParameter(1)); }   Will I have to change the number 1 to 2? And 2 to 3...  
[Read More]