Vinchenz Rock
Member
Anyone think they can create a script where when you choose your options and attack, you glow a different color depending on what armor you're wearing? This is what it currently looks like:
http://img.photobucket.com/albums/v122/ ... normal.png[/img]
Now, say that character is wearing armor called "Red Armor", All I have to do is go into the script, add somewhere (anywhere in the script) a code like,
Or something like that... so Red Armor, Armor2 and Armor 3 are all going to be the color assained from the Color Wheel (In this case, #aa0011, which is a red colored number). Then, when I play the game, the character will now look like this when choosing/attacking (Was edited in photoshop):
http://img.photobucket.com/albums/v122/ ... hanged.png[/IMG]
Think anyone can do that? It doesn't seem to be a really hard script to me but I don't have a lot of knowledge in scripting in Ruby... Any help is appreciated!
http://img.photobucket.com/albums/v122/ ... normal.png[/img]
Now, say that character is wearing armor called "Red Armor", All I have to do is go into the script, add somewhere (anywhere in the script) a code like,
Code:
['Red Armor', 'Armor2', 'Armor 3'] = color.#aa0011
Or something like that... so Red Armor, Armor2 and Armor 3 are all going to be the color assained from the Color Wheel (In this case, #aa0011, which is a red colored number). Then, when I play the game, the character will now look like this when choosing/attacking (Was edited in photoshop):
http://img.photobucket.com/albums/v122/ ... hanged.png[/IMG]
Think anyone can do that? It doesn't seem to be a really hard script to me but I don't have a lot of knowledge in scripting in Ruby... Any help is appreciated!