- Joined
- Feb 1, 2014
- Messages
- 5
- Reaction score
- 0
- First Language
- English
- Primarily Uses
Hello everyone. I have been trying to edit this script by Nicke called Hirion Engine Main Menu.
What I am needing is a specific area to be re-done or modified to where it will change depending on the size of the party. All attempts I made to accomplish this result in a syntax error upon trying to launch my game. I don't think there is any conflicts as the unmodified menu script works just fine. Here's the segment I need modified.
Here is the full script;
http://pastebin.com/2AMuQC9W
(Search <EDITING> to find the segment I need help on)
So here's specifically what I am wanting from this script - or to know it's not possible.
When the party size is less than or equal to 5, the Height should be should be '200'. When it is 6 or more it should change to 100. I would also accept a short code I could call in-game to modify this value through a Call Script command.
Thank you to anyone who puts for the time and effort to help me with this. It is greatly appreciated.
What I am needing is a specific area to be re-done or modified to where it will change depending on the size of the party. All attempts I made to accomplish this result in a syntax error upon trying to launch my game. I don't think there is any conflicts as the unmodified menu script works just fine. Here's the segment I need modified.
This is on 220 to 223 of the script.def item_height
# // Method to determine item height. <EDITING>
return 200
end
Here is the full script;
http://pastebin.com/2AMuQC9W
(Search <EDITING> to find the segment I need help on)
So here's specifically what I am wanting from this script - or to know it's not possible.
When the party size is less than or equal to 5, the Height should be should be '200'. When it is 6 or more it should change to 100. I would also accept a short code I could call in-game to modify this value through a Call Script command.
Thank you to anyone who puts for the time and effort to help me with this. It is greatly appreciated.


