Changes

Jump to navigation Jump to search
699 bytes added ,  17:02, 14 April 2016
no edit summary
$signbonus =~ s/[^\d]//g;
Now with all that you should have all of the data that I looked for in its own variable, to do whatever you want with.
 
==Deciding Contract Type==
 
Simple decisions:
*We have contract type declared as Entry Level or Thirty-Five Plus -- Just use this
*We have contract type declared as Standard or NULL then:
**If the player has a previous contract, use its expiry status, irrespective of whether type is Standard or NULL
**If contract type is Standard and Exp Status is RFA then RFA
**Else if the contract type is NULL then:
***If Age is <=21 and length is 3 then Entry Level
***If Age is >=22 <24 and length is 2 then Entry Level
***If Age is >=24 <25 and length is 1 then Entry Level
***If Age is <25 and he doesn't have the right length then RFA
***If age > 25 can't be Entry Level...
****If age >=27 & <35 the UFA
Anonymous user

Navigation menu