Posted September 04, 2021 by intrepidhero
Looks like script vars are default public. This comes in handy so that my HUD can update based on Player.health / Player.max_health. But script methods seem to be default private and can’t be called from other scripts?