Ok I am trying to get this script to work but am having some trouble.When I click on a item to use the screen will go black and display a error message
Script 'ACBS|Battle Main Code'Line 4358: NoMethodError occured undefined method 'pose' for nil:NilClass'
Steps I've taken
1)Read the section of the script for setting up items.
2)Went to ACBS|Config2 script and put in Item_Settings[1] = ["MOVETYPE/STEPFOWARD"] all the way up to 22 to cover all the usuable items in my game
3)Checked around the area the error occured to see if I can figure out what is wrong with the code (like I'm a programmer)but didn't see any missing pose method
pose = set_pose_id(battler, 'Item_Cast')
Is what I saw in the same block as the error.
Anyway if anyone has ran across this same or similar error and found a solution to the problem I would love to hear it.
Ok I am trying to get this script to work but am having some trouble.When I click on a item to use the screen will go black and display a error message
Script 'ACBS|Battle Main Code'Line 4358: NoMethodError occured undefined method 'pose' for nil:NilClass'
Steps I've taken
1)Read the section of the script for setting up items.
2)Went to ACBS|Config2 script and put in Item_Settings[1] = ["MOVETYPE/STEPFOWARD"] all the way up to 22 to cover all the usuable items in my game
3)Checked around the area the error occured to see if I can figure out what is wrong with the code (like I'm a programmer)but didn't see any missing pose method
pose = set_pose_id(battler, 'Item_Cast')
Is what I saw in the same block as the error.
Anyway if anyone has ran across this same or similar error and found a solution to the problem I would love to hear it.
Share this post
Link to post
Share on other sites