- Dec 21, 2018
- 2,399
- 2,336
Regarding the coding in the post above :
Using strings like "I came all over her face." instead of variables is not the best programming style. If dev later changes some of the wording of the choices, this may cause a lot of bugs wherever these strings are checked, and they are not different from normal dialog phrases, so it might be a lot of work to go through all of them.
Using strings like "I came all over her face." instead of variables is not the best programming style. If dev later changes some of the wording of the choices, this may cause a lot of bugs wherever these strings are checked, and they are not different from normal dialog phrases, so it might be a lot of work to go through all of them.