Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey amazing script but i am not sure what i am doing wrong. 

In aseprite i click the RevolutionsPerSecond:_1

and change it to RevolutionsPerSecond:_60

and it just says the following:

attempt to mul a 'string' with a 'number'

What am i doing wrong? :S

(+1)

Hi there! The text in the inputs is like a help string. You need to replace the input text field with a number (i.e. "Revolutions per second: _60" is taken as a string, replace it with just "60").  I hope this helps!