Ok, this script works except for doing its job. How might I go about changing the hue of the character using this script? It should work, but the variable is probably the issue.
Anyone?
Code:
#Hue Changer On Demand!
#Made by Shiroun
#I guess... here goes?#
#Alright, heres the jist of it below. First off, this is a script that you do, so
#to speak. Just copy any paste this with the number you want in the []
class Game_Actor
attr_reader :character_hue
if $script_character_hue = [123]
then @character_hue = $script_character_hue
elsif $script_character_hue = [256 => 9999999999999999999999999999999999999]
print("Unable to comply, hue is to high!")
$scene = nil
end
end
Anyone?