Malignanttoe
Member
I'm trying to use the XP version, but I keep getting this error when I try to give materia to my party:

1878 self.contents.font.name = $fontface
1879 self.contents.font.size = $fontsize
I'm using the Tankentai side view script and the overdrive script for XPalphaao":g2mzpnzq said:@Malignanttoe- I'll play around to see if I can duplicate your error and come up with a possible fix or temporary solution.
EDIT- @Malignanttoe- I was able to give materia to my party just fine using the Enu SBS. What other scripts are you using?
@Gravija- I have found the solution to one of your errors. Go to line 1879 in the materia script and erase these two lines -
@Starky- Same to you. Do what I told Gravija to do. I tested this so I know it works.
Code:1878 self.contents.font.name = $fontface 1879 self.contents.font.size = $fontsize
It worked just fine without those two lines of code. Try that and see if it works.
Awesome. I hope you update it soon. You have no idea how much I'll love you. :PAtoa":gachs2m3 said:@Malignanttoe
That is excactly the problem, this script isn't '00% compatible with the tankentai, i've done an tankentai version, but didn't post it.
In the update i will add an automatic compatiblty command for them.
alphaao":3vlquacu said:@Malignanttoe- I'll play around to see if I can duplicate your error and come up with a possible fix or temporary solution.
EDIT- @Malignanttoe- I was able to give materia to my party just fine using the Enu SBS. What other scripts are you using?
@Gravija- I have found the solution to one of your errors. Go to line 1879 in the materia script and erase these two lines -
@Starky- Same to you. Do what I told Gravija to do. I tested this so I know it works.
Code:1878 self.contents.font.name = $fontface 1879 self.contents.font.size = $fontsize
It worked just fine without those two lines of code. Try that and see if it works.
thank for helping me, but i'll save you some work and try it myselfalphaao":1obdfv2v said:@deathbethecost- I have never come across that error but yes, acotr should be actor, lol. I have no idea how you pulled that one off, but it's funny. What did you do to get the error?
@gRaViJa- Yes, it will, because I tested just those two by theirselves and they worked fine. If you know what you are doing with events, you can do what the other scripts allow, it's just a pain in the neck to try. Could you possibly list all the scripts you are using, in the exact order you have them and possibly post them as well, that way I can try to swap the order and fix them to all work with each other.