Awesome battle system very easy to use

just having one issue

im hoping someone may beable to help me with im trying to use Woratana's Monster Book II script and im not sure how to go about configuring it to work with this battle system.. is it possible or not?
if it is possible how would i call the script to add monsters to the book?
Edit: i worked it out

for anyone else who wants to know this is how i did it
in the monster book script look for this
Scene_MonsterBook
@window_monlist.active = true <------- this line is false to begin with change it to true
@window_monlist.visible = false
@window_mondetail.active = true
@window_mondetail.visible = true
@window_mondetail.write_detail(@window_monlist.index + 1)
then to call monster data to the book
you call script using this command
$game_system.monbook[enemy_id] = true
(note you need to set up the enemy event as a Event Touch Trigger for it to trigger the script)
i spent quite a while working it out

soo glad i did feel like im getting the hang of script editing now

when i first started noting worked when i editied hahah
Edit (22/08/11): Any idea when and if the party battle script for this system will be finished its a shame its not finished yet because i would really like to use party battle for my game
This post has been edited by Seytalgo: Aug 21 2011, 06:48 AM