Jump to content

Photo

change an ffc


  • Please log in to reply
1 reply to this topic

#1 Avaro

Avaro

    o_o

  • Members
  • Real Name:Robin
  • Location:Germany

Posted 29 July 2010 - 01:17 PM

i found out how to use ffc's. icon_smile.gif
and i'd like to have an ffc script that changes the combo of this ffc to the next in the combo-list if link has item #123

because my item 123 is a link tile modifier item. and every ffc that looks like the old link musst change to his new look.
if link not have item #123 this script should do nothing

thanks to everyone who help me icon_wink.gif

#2 Joe123

Joe123

    Retired

  • Members

Posted 30 July 2010 - 02:42 AM

CODE
ffc script ChangeFFC
{
     void run()
     {
          if(Link->Item[123])
               this->Data++;
     }
}



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users