K hey guys I'm using Mr.Mo's SBABS lite v1.0 and i want to implement Seph's Materia script but when i put it in i get this error:
This is the bit that makes it rely on SDK:
So confused, i would have thought that this error occured because it didnt have the SDK, but I do have it.
Also, im using Slipknots letter-by-letter message system. When i put that in i got the same error, but i removed the above piece of code to get rid of the SDK dependency and it worked fine. But when i do the same to the Materia script, i get another error! Any help?
Ignore this, i fixed it
Code:
Script 'Materia' line 63: NoMethodError occured.
Undefined method 'state' for SDK:module
This is the bit that makes it rely on SDK:
Code:
#------------------------------------------------------------------------------
# * SDK Log Script
#------------------------------------------------------------------------------
SDK.log('Materia System', 'SephirothSpawn', 1, '1.27.06')
#------------------------------------------------------------------------------
# * Begin SDK Enable Test
#------------------------------------------------------------------------------
if SDK.state('Materia System') == true <= This is line 63
So confused, i would have thought that this error occured because it didnt have the SDK, but I do have it.
Also, im using Slipknots letter-by-letter message system. When i put that in i got the same error, but i removed the above piece of code to get rid of the SDK dependency and it worked fine. But when i do the same to the Materia script, i get another error! Any help?
Ignore this, i fixed it