Help - Search - Members - Calendar
Full Version: Script Call Issue
RPG RPG Revolution Forums > Scripting > Script Development and Support
Donny
I'm trying to call this script command in an event command:

$game_system.face_graphic_justification = LEFT

My issue is that the script entry box doesn't seem big enough nor does it seem to carry on to the next line, it just cuts it off where it moves to the next line.

So when trying to run the command I get the error message

"undefined method: game_system.face_graphic_justifactio"

Any ideas on how I can fix this?
The Law G14
Hey smile.gif I recall this being a problem with Ccoa's UMS, there's one pretty simple way you can get around this problem. Go into Ccoa's UMS, and press the keys CTRL (Control) and "H" to bring up "Replace" Dialogue Window. In the first entry box put in "face_graphic_justification" and in the second entry box, put in "fg_justification". Then make sure the two small boxes under are ticked off and press "Replace All". Then go back to your event command and put in the following code:

CODE
$game_system.fg_justification = LEFT


Then you're all set smile.gif
Donny
That worked great thanks, scripts have never agreed with me : )
Resource Dragon
Sorry, this is completely un-related, but your avatar makes me want to start licking the screen.



mellow.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.