Very nice script - keep on the good work! I have a question: You say inside the script that it is possible to show a string or a number for the damage that is dealt. I´m a beginner to "Ruby" so I would like to know if you can show up a variable instead too? Thank you+Greetings
Very nice script - keep on the good work!
ReplyDeleteI have a question: You say inside the script
that it is possible to show a string or a number
for the damage that is dealt. I´m a beginner to
"Ruby" so I would like to know if you can show
up a variable instead too?
Thank you+Greetings
this is an example:
ReplyDeleteevent = $game_map.events[1]
string = $game_variables[1]
random = 10
color = Color.new(255,0,0)
$scene.damage(event, string, random, color)