Jump to content
New account registrations are disabed. This website is now an archive. Read more here.
Sign in to follow this  
Ovan35

How to Access a database skill in the middle of a sequence

Recommended Posts

Alright so I'm using the Enu SBS Tanhetai XP script.I wanted to make a move called Scorched Earth where my character jumps into the air, summons a dragon and that dragon roasts all the enemies on the ground.Okay so I made the battle animation for it,made the skill on the database, then I went to the script editor and made my sequence.

 

"SCORCHED_EARTH"     => ["JUMP_TO","JUMP_STOP","Process Skill",
                          "REAL_TARGET","WPN_SWING_V","IMPACT_1","30",
                          "OBJ_ANIM_WEAPON","Process Skill End","Can Collapse",
                          "JUMP_LAND","COORD_RESET"],

 

and lastly linked my sequence here with the skill on the database using

 

when 4
      return "SCORCHED_EARTH"

 

But when the player tries to do the move you get this rainbow colored ball like I was doing the Shock move.I figured it was from the "Process Skill" command I used since Shock uses the same but I have no idea what to use instead.I thought process skill, accessed the skill that you selected for it but apparently not.Can anyone help

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...