Bale
Minion
This is on the wiki and can also be scraped from Monster Manuel. eg. <a name='mon554'>
I would like two functions:
I do have a use for this. I'm currently making a choice relay override to filter my list of monsters in "Rainy Fax Dreams on your Wedding Day" to show only the interesting monsters. It would be easier if I had these functions.
No rush since this time I have an easy work-around. It's just a little bit more complicated than I would prefer. I can manage by finding the necessary monster numbers on that page and plucking them out for my own use, but it might become more necessary in the future.
I would like two functions:
- int to_int( monster )
- monster to_monster( int )
I do have a use for this. I'm currently making a choice relay override to filter my list of monsters in "Rainy Fax Dreams on your Wedding Day" to show only the interesting monsters. It would be easier if I had these functions.
No rush since this time I have an easy work-around. It's just a little bit more complicated than I would prefer. I can manage by finding the necessary monster numbers on that page and plucking them out for my own use, but it might become more necessary in the future.