This is the compiler for Yarn Spinner. If you want to use Yarn Spinner in a Unity game, please see the releases page for Yarn Spinner for Unity!
Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!
Changed
random_range(min, max)
now returns a random integer betweenmin
andmax
, inclusive. (Previously, it returned a float.)- Added a new function,
random_range_float
now returns a random float betweenmin
andmax
, inclusive. (This is the previous behaviour ofrandom_range
.)