i was making a description for an item in a GUI
- '<script[generator_value].data_key[stats.bonus].get[<player.flag[gen_up_bonus]>]>%'
my issue is that when player start the 'flag gen_up_bonus' is '0' but the index of a list start at '1'. How can i say there that if gen_up_bonus is '0' it write '0' instead of the first value of the list?