|
Post by Port Sluggers on Dec 6, 2015 8:34:57 GMT -5
I 've been reading up on FP creation, and I'm making my plans based on the AoP style clinic.
At the bottom of my plans have the GLOBAL commands. However at the minute I only have the 1 which is a towel line.
Are there any essential lines I am missing?
|
|
SIN
Welcoming Crew
Admin
Posts: 458
|
Post by SIN on Dec 6, 2015 20:14:44 GMT -5
You can have many, for different things... I usually have a rest line, cut line, towel line, and a fightwon line in all of mine...
if round>7 and round<10 and score > 0 and opp>1 and endurance_percent<67 then 1/1/9 (clinch); if round<4 and hiscuts>1 and score>0 then 6C/7/7 if round<7 and hiscuts>2 and score>=-1 then 6C/7/7 if endurance_percent < 55 and opp>1 and score < 0 then towel; if round<12 and score > 14 - round then 1/1/18 (ring);
or something to that effect... Be careful w/ them though as they can cancel out your other lines... Lots of costly mistakes can take place if you get carried away w/ globals...
|
|
|
Post by llecha on Dec 12, 2015 16:00:44 GMT -5
I just wanna add you should understand the lines you put in your FP otherwise you'll get mixed up with your FPs. You should know why the particular line is here or there and how you want it to work.
Sin's lines are good, but it shows the way he creates his FPs.
I think only 2 global lines anybody really must have:
1) if score > (14 - round) then 4H/6/10 (style);
means you've already won the fight (score >= +2 after round 12)
and one or several towel lines.
All these cuts and resting lines may be written as global but may be not.
|
|
|
Post by ryansgym on Dec 14, 2015 11:53:26 GMT -5
I almost always have if warnings=0 then cheat
as a global, but that is not required it is a personal choice that sometimes burns me, but I am also mainly running freak clinchers and flashers so damage being as high as possible is important to me, if you are slapping then you are just taking a risk of DQ with almost no reward to counter balance it, but it is the type of global that fits in some plans
|
|