i would liek to join to lists togeter, in a random list, so for example in one list i can have names and another a list of jobs.
how can i have the names matched up with jobs but not repeating the names and jobs?
Write them out and put them in your main loop
SCAR Code:Begin
ListOfJobs;
ListOfNames;
end.
^ Here you go^
Then make a random case like so:
SCAR Code:Case Random 7 of
1: ListOfJobs;
e.t.c
Hope I Helped![]()
With that do
SCAR Code:WriteLn('');
^ What that does is it makes a space in the debug box^
There are currently 1 users browsing this thread. (0 members and 1 guests)