E ElSocialismoNoFunciona Corporal 5 Badges Jan 27, 2022 46 234 Jun 7, 2024 Add bookmark #1 I want x variable can only be between the range 0 to 100
CaesarVincens Field Marshal 98 Badges Aug 13, 2012 4.048 4.895 Jun 8, 2024 Add bookmark #2 Each time you update the variable's value, use the effect clamp_variable = { name = variable_name max = 100 min = 0 } 1 Reactions:
Each time you update the variable's value, use the effect clamp_variable = { name = variable_name max = 100 min = 0 }