I am requesting a script that uses a similar scene to the classic shop scene.
The options should be Warriors, Archers, Wizards, and Cancel (In that order) rather then Buy, Sell, and Cancel
The way to define which actors fall under which categories should (but dont have to be) either a tag in thier names or an array in the script (name tag is easier to use)
Their should be an option that enables the script to work with jet snippet for removing actors when they just so you can get your equipment back(should be compatable anyways)
When an actor is in your party it should disappear from the shop and reappear when they are removed (not grayed out, removed, just like diablo 2)
Where it normally shows a description of an item it should say "Mercenary Shop"
Where it normally shows the stats for armour and stuff like that it should show the actors stats like this (in this order):
MaxHP
MaxMP
Attack
Defense
Spirit
Agility
It should use the abreviations stated in the database
The price of a mercenary must be defined in script like this (could be different):
# ActorID Price
[[ 1, 750],
[ 2, 5000],
[ 3, 7],
] # DO NOT EDIT THIS LINE
If I think of more features they will be added