Reply to Re: New Dev File: Scriptus Generica
If you don't have an account, just leave the password field blank.
As far as I know C++ will ignore fractions if your handling int variables, although it'll generate a compiler warning. The proper way to code it would be something like:
get_pseq -= get_pseq % 10
get_pseq -= get_pseq % 10