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:07] – 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 125: | Line 127: | ||
{ | { | ||
| | ||
- | | + | |
} | } | ||
Line 134: | Line 136: | ||
< | < | ||
< | < | ||
- | < | + | < |
< | < | ||
< | < |