Hey all, Zeriab here!
I have created a scripting exercise aimed at immediate scripters.
You can do it if you have nothing better to do or just want to hone your skills. Well you can do it for whatever reason you see fit.
When you are done with the script you can PM me your work if you want it evaluated. Otherwise I don't care what you do with it as long as you don't post your work in this topic.
The exercise itself is formed as an request.
You are free solve it in anyway you want as long as you fulfill the requirements. Well... It is expected if you want to PM me your work.
- Zeriab
Okay, here goes:
I request a CMS which assumes there only is 1 person in the party.
I have made a design for it:
The light grey parts with the text in it can be selected.
The dark gray part in the middle is a window with information on what currently is selected.
I know that creating a non-rectangular window can be a bother. Therefore I have come up with another design if you can't make the other one:
The first design is preferably.
You'll notice there are 10 possible choices. The action needed:
Map: $scene = Scene_World_Map.new
Options: $scene = Scene_Options.new
Journal: $scene = Scene_Journal.new
Tactics: $scene = Scene_Tactics.new
Datapad: $scene = Scene_Tactics.new
Load: Just as the normal load
Save: Just as the normal save
Quit: Just as the normal end game
Status: Status for the first person in the party. (The one you can see on the map)
Inventory: Just as the normal items
Just make some small classes showing that the wanting action has been done.
Movement:The movement between choices is a bit special.
I have created this sketch to show the movement: (note same movement for both designs)
As you see there are lots of arrows.
If you stand on a field then pressing the up key will make you follow the arrow upwards to the next field it is point at and so forth.
I hope you understand this…
Well… That's that. Now get to work.