Search found 1 match

by j417
Sat Sep 08, 2018 6:30 pm
Forum: Ren'Py Questions and Announcements
Topic: updating variables that rely on other variables
Replies: 2
Views: 421

updating variables that rely on other variables

Hello, I'm very new to ren'py, sorry if this is a simple question. I have several defense values that combine into one master defense value. simplified version: $ dArmor = 10 $ dNatural = 20 $ dTotal = dArmor + dNatural So dTotal relies entirely on values provided by dArmor and dNatural. I have a St...