minotaurus
Member
Can you make a demo without SDK please? I cant get it working
[b] target_index = true if [0,2,4,6,8].include?($data_skills[skill_id].scope)[/b]
On a small examination, it looks like Basil's 'defend' state is being misinterpreted as a SKILL and not a BASIC attack maneuver. Wondering if you're working on an upgrade...DerVVulfman;163916 said:Error found in demo:
Basil's 'defend' action occurred first and this is what I got:
- Grabbed all 'Super **** Stones' from the EV002 event
- Learned all the Combinations from the EV004 event.
- Then went into battle with the EV001 event.
* I set Aluxes to Cross Cut Ghost #1
* I set Hilda's Fire spell onto Ghost #2
* Basil... I merely defended
Script 'Combo Script' line 125: NoMethodError occurred.
undefined method `scope' for nil:NilClass
Code:[b] target_index = true if [0,2,4,6,8].include?($data_skills[skill_id].scope)[/b]