Battle commands change
#13
(06-22-2012, 12:28 AM)Angelo26 Wrote: Nothing occurred to me as to what to suggest to make this possible, sorry Madsiur Tongue

Dude you don't have to be sorry. It was a joke. I think I should put an Tongue or something when I try to be funny.

Nice finding Synchysi! It is simpler than I thought but I'll admit I didn't checked C2 either. Sometimes I tend to write long text for nothing.

If you absolutely want to be able to switch commands with no problem, there is a portion of code use for morph that could be adapted for this purpose. It checks where the morph command is and switch it to revert. I don't have access to C2 but it does the following (in pseudo-code):

Code:
Foreach (command com in ActiveCharacterCommands)
{
     if (com.commandNumber == Morph.commandNumber)
     {
           com.commandNumber = Revert.commandNumber
     }
}

All it does is loop for each slot and check where Morph is, with the command number. When it is found it switch the command number of the command in the specific slot. This way you can put Morph in whatever slot you want.

Reply


Messages In This Thread
Battle commands change - by Tsushiy - 06-19-2012, 11:09 AM
RE: Battle commands change - by madsiur - 06-19-2012, 08:58 PM
RE: Battle commands change - by Tsushiy - 06-19-2012, 10:03 PM
RE: Battle commands change - by madsiur - 06-20-2012, 06:07 AM
RE: Battle commands change - by Tsushiy - 06-20-2012, 08:08 AM
RE: Battle commands change - by QuickFix - 06-21-2012, 04:26 PM
RE: Battle commands change - by Gi Nattak - 06-21-2012, 09:34 PM
RE: Battle commands change - by Angelo26 - 06-21-2012, 09:47 PM
RE: Battle commands change - by madsiur - 06-21-2012, 10:56 PM
RE: Battle commands change - by Angelo26 - 06-22-2012, 12:28 AM
RE: Battle commands change - by madsiur - 06-22-2012, 07:54 AM
RE: Battle commands change - by Synchysi - 06-21-2012, 11:28 PM
RE: Battle commands change - by Tsushiy - 06-22-2012, 07:49 AM
RE: Battle commands change - by Synchysi - 06-23-2012, 03:23 PM
RE: Battle commands change - by Fenrir - 08-14-2012, 11:48 AM
RE: Battle commands change - by Catone - 08-14-2012, 12:59 PM
RE: Battle commands change - by Fenrir - 08-14-2012, 02:56 PM
RE: Battle commands change - by Catone - 08-14-2012, 05:08 PM
RE: Battle commands change - by Synchysi - 08-14-2012, 08:15 PM
RE: Battle commands change - by Catone - 08-14-2012, 09:04 PM
RE: Battle commands change - by Synchysi - 08-14-2012, 09:12 PM
RE: Battle commands change - by Catone - 08-14-2012, 10:13 PM
RE: Battle commands change - by Synchysi - 08-14-2012, 10:41 PM
RE: Battle commands change - by Fenrir - 08-15-2012, 01:35 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Multiple use "Morph" Commands Catone 3 2,895 08-20-2022, 09:23 AM
Last Post: Seifer
  Gogo select more commands? xDaygo 12 10,703 05-06-2020, 06:50 PM
Last Post: PowerPanda
  Creating seal commands (Paid job) hoshinmoon 3 3,336 01-20-2019, 09:38 PM
Last Post: madsiur
  FF3USME battle script change Rodimus Primal 4 5,120 09-16-2016, 11:09 PM
Last Post: Rodimus Primal
  2 Jump Commands Cyprus 0 1,907 05-07-2016, 10:13 AM
Last Post: Cyprus
  customize FA battle AI commands Tenkarider 6 7,458 05-05-2016, 11:56 PM
Last Post: Imzogelmo
  Making two different Jump commands Cyprus 4 5,318 10-26-2015, 02:44 AM
Last Post: Synchysi
  More Commands in Battle Catone 9 9,165 01-21-2015, 12:06 PM
Last Post: Catone
  Adding more commands to battle menu? wolfokami321 2 3,409 08-26-2014, 11:11 AM
Last Post: GrayShadows
  Out of Battle Sprite Change? Royaken 10 11,489 05-05-2014, 03:52 PM
Last Post: Royaken

Forum Jump:


Users browsing this thread: 1 Guest(s)