Page 1 of 1

Problem with Cavern of Souls

PostPosted: 09 Apr 2015, 06:16
by Alistair Kion
Not really sure where this should go, but I seem to have a problem with cards like Cavern of Souls, that require choosing a creature type. No letter shows up past 'M', so I can't input the correct type.
Does it work correctly for everyone else?

I appreciate any help with this.
| Open
2015-04-09_00001.jpg
Nothing past 'M'.

Re: Problem with Cavern of Souls

PostPosted: 09 Apr 2015, 14:46
by Alistair Kion
Actually, I believe I've found the problem:
In NEO_MRP_CHOOSE_TYPE_FUNCTIONS, the function NumbersToString drops the 'o' in 'oString' after letter M, so the lines look like this
Code: Select all
elseif oVal == 14 then String = "N"
instead of this
Code: Select all
elseif oVal == 14 then oString = "N"

Re: Problem with Cavern of Souls

PostPosted: 10 Apr 2015, 15:58
by Xander9009
Thanks. Corrected in the CW.