Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
universe:earth:officers3 [19 Mar 2008 19:03] – spokesman | universe:earth:officers3 [20 Apr 2011 13:04] (current) – and then added the semi-colon! james | ||
---|---|---|---|
Line 4: | Line 4: | ||
// 11 work out how many applicants. | // 11 work out how many applicants. | ||
- | $apps = rand (20,40); | + | $apps = rand (20,60); |
// set up some arrays as lookups for the values from the d10 rolls | // set up some arrays as lookups for the values from the d10 rolls | ||
Line 96: | Line 96: | ||
{ | { | ||
extract($row); | extract($row); | ||
+ | $LastName = $Surname; | ||
+ | next($row); | ||
// then randomly take a firstname of the correct gender from the same list | // then randomly take a firstname of the correct gender from the same list | ||
Line 122: | Line 124: | ||
$PQ = $Quadrant; | $PQ = $Quadrant; | ||
$move = rand (0,10); | $move = rand (0,10); | ||
- | if ($move>6) | + | if ($move>7) |
{ | { | ||
- | | + | |
- | else $PQ=0; | + | if($PQ> |
} | } | ||
Line 134: | Line 136: | ||
< | < | ||
< | < | ||
- | < | + | < |
< | < | ||
< | < | ||
- | < | + | < |
</ | </ | ||