SERGEI'S PROFILE

Search

Filter

Retcon Library: Journal

author=McDohl
author=Sergei
This is a great script! I'm having a lot of fun editing it and chronicling the characters' adventures :3

I have a problem though. I made the game screen wider, and thus had to edit the journal to move to the center. I was able to do so by simply fixing the scripts inside, EXCEPT one: the title. I can't seem to find the line where the title's x and y's are. Please help.
The variables should be in the customization section, just below the title text color.

If these don't work, let me know.

#Position and stats for the title window length.

TitleXPos = 0
TitleYPos = 0
TitleWidth = JWidth
TitleHeight = 48


Unfortunately, no. Changing the X/YPos only changes the position of the title box itself, but not the text within. Since the window I have is 640, each journal title is off-center.

Retcon Library: Journal

This is a great script! I'm having a lot of fun editing it and chronicling the characters' adventures :3

I have a problem though. I made the game screen wider, and thus had to edit the journal to move to the center. I was able to do so by simply fixing the scripts inside, EXCEPT one: the title. I can't seem to find the line where the title's x and y's are. Please help.
Pages: 1