øAslickproductions.org/forum/index.php?PHPSESSID=5f0fck550j2m4m2fpbtkj2vkm1&topic=1414.30e:/My Web Sites/Slick Productions - FFIV Message Board/slickproductions.org/forum/index58ec-3.htmlslickproductions.org/forum/index.php?PHPSESSID=5f0fck550j2m4m2fpbtkj2vkm1&board=4.20e:/My Web Sites/Slick Productions - FFIV Message Board/slickproductions.org/forum/index58ec-3.html.zxwJh^ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÈ z |OKtext/htmlISO-8859-1gzip@øÕ|ÿÿÿÿÿÿÿÿWed, 11 Mar 2020 02:34:56 GMT0ó°° ®0®P®€§²ð®wJh^!| Make an FC command!

Author Topic: Make an FC command!  (Read 10375 times)

Lenophis

  • Forum Overlord
  • *
  • Posts: 1,688
  • Gender: Male
  • I sad
    • View Profile
    • Slick Productions
Re: Make an FC command!
« Reply #30 on: December 06, 2010, 07:36:35 PM »
About 70 percent sure this isn't in the game but if so..call me names XD
But how about this:
If the spell (?) has been cast in the battle, do whatever.
Code: [Select]
FC 02:
Commands are executed if the last attack was a Spell specified by the next byte.
If you wanted to say "if you cast this spell" you could do so with a bit and a check with this command. Easy as pie.

"Force spell X to target Y"

So that single-target spells can affect a party IE a single cast of Stop or Condemn can be multitargeted. I don't remember if "Target:allies" did this already or not, didn't try it.
A bunch of solo spells can't be spread, so this wouldn't necessarily work. Man, how did I not reply to this in August? :isuck:

119 bugs fixed and counting.

xJCSx

  • Karlabos
  • *
  • Posts: 35
    • View Profile
Re: Make an FC command!
« Reply #31 on: December 07, 2010, 11:57:38 AM »
Cool stuff, can't believe I never have seen this command  :eek:
I'm gonna look into all this one day..

CurlyLover

  • Wing Raptor
  • *
  • Posts: 9
    • View Profile
Re: Make an FC command!
« Reply #32 on: January 22, 2011, 12:26:16 PM »
Is it possible to include an Else command? That would extremely helpful!

Lenophis

  • Forum Overlord
  • *
  • Posts: 1,688
  • Gender: Male
  • I sad
    • View Profile
    • Slick Productions
Re: Make an FC command!
« Reply #33 on: January 22, 2011, 02:07:43 PM »
Else would be very hard to do. Almost as hard as Or, and we still only have that as a "we want that in." It'd probably require a massive rewrite to the FC command, and I'm not sure I'm up to doing that. :sad:

119 bugs fixed and counting.

Imzogelmo

  • Ogopogo Aficianado
  • *
  • Posts: 241
  • Gender: Male
  • Ask me about my other job.
    • View Profile
    • NEPROMR
Re: Make an FC command!
« Reply #34 on: February 14, 2011, 09:52:41 AM »
You can do a simple else by doing an IF (x) followed by IF (NOT X).
5/31/16 - I have an assembly of the battle portion of C2, relocated to the F0 bank, which has both vanilla and patch code in my dropbox. I'll be updating it with additional patches as I have time. I will *not* be releasing it publicly, but ask me for the link and I'll share.