Ruby/RGSSx questions that don't deserve their own thread
#1
Posted 13 March 2012 - 10:52 AM
#2
Posted 13 March 2012 - 02:27 PM
#3
Posted 14 March 2012 - 09:35 PM
#4
Posted 19 March 2012 - 04:58 AM
Here ~is it possible to use a sprite sheet, that uses 4 frames instead of 3 for animations
http://victorscripts...s/multi-frames/
#6
Posted 19 March 2012 - 05:39 AM
Edited by Lemony, 19 March 2012 - 06:21 AM.
#7
Posted 19 March 2012 - 11:12 AM
#8
Posted 28 March 2012 - 02:55 AM
#9
Posted 28 March 2012 - 04:44 AM
#10
Posted 28 March 2012 - 05:09 AM
Thanks for the reply.
#11
Posted 28 March 2012 - 05:48 AM
#12
Posted 29 March 2012 - 04:12 PM
#13
Posted 29 March 2012 - 06:28 PM
#14
Posted 29 March 2012 - 09:47 PM
Also, to be honest, your grumpy avatar is making me feel ashamed of myself right now.
#15
Posted 01 April 2012 - 07:07 PM
#16
Posted 03 April 2012 - 05:44 AM
#17
Posted 03 April 2012 - 11:02 AM
Yes. Win32API seems to work just as it did before.Is it still possible to call functions from a custom dll? I just tested it and gives an error.
What did you do to get an error?
#18
Posted 03 April 2012 - 07:53 PM
#-------------------------------------------------------------------------- # * Display Skill/Item Use #-------------------------------------------------------------------------- def display_use_item(subject, item) if item.is_a?(RPG::Skill) add_text(subject.name + item.message1)
I'd like to set item.message1 to be a different color. I've tried this:
add_text(subject.name) change_color(system_color) add_text(item.message1)
Which works, but causes a line break (Which I recently learned is because of how add_text behaves).
Thanks.
#20
Posted 04 April 2012 - 11:05 AM














