- Jan 30, 2021
- 549
- 616
I have almost no experience in python / renpy. I deem it rather being a scripting language, and it shows while looking into lil "code".I mean, I believe it works in renpy / python. The problem is the condition being checked for is >= 10, which True isn't.
Though, different "programing" languages handle boolean different.
The closer you get to hardware (in terms of programing language), the more ambiguous things become.
Depending on the language you use, "false" can be anything from 0 to below. Meaning, even negative values.
Same goes for "true", which can be anything from 1 to, i guess "int"(max).
I can only go by what i saw in lil "code", regarding that Sel is, by his own words "bad at programing".
I had some talk with someone who knows more about python.
It seems that "features" like typesafety where just added recently. To add to that, i miss scopes and or namespaces.
Because, we all might not know about the DRM if it wasn't because of lil code having no own namespace, or going against programing naming conventions. Keywords Osaka/DRM/OS
TL;DR
If renpy/python handle booleans as a close to hardware values, they can be higher as 1 (int based variable max).