TigerFrog
08-10-2002, 11:27 AM
I am having problems understanding what "<groupno>" is in commands such as "place_peep <peep_type> [criminal] (resident | assassin | saboteur | convict) [loyalty <value>] [skill <value>] [dedication <value>] [mood <mood_type> <value>] (<x y> <deck> <angle> | <groupno>" In the guide it says "Groupno is 1-31, and can only be used with peeps arriving via the port (no location settings). Peeps always belong to group zero". I need to know what this means because other groups are reffered to in the following commands:
[I]Array Resident_Count 2 ;how many residents are currently in group 2
Array CuredSoFar 0 ;how many curings so far, regardless of group
Array ArrivalsSoFar 5 ;how many arrivals via the port of group 5 peeps
Array DeparturesSoFar 3 ;how many departures so far via the port of group 3 peeps
Array DeathsSoFar 1 ;how many peeps in group one have died
i don't understand what groups are and why things are put into different groups and what effect it has on the command result?
[I]Array Resident_Count 2 ;how many residents are currently in group 2
Array CuredSoFar 0 ;how many curings so far, regardless of group
Array ArrivalsSoFar 5 ;how many arrivals via the port of group 5 peeps
Array DeparturesSoFar 3 ;how many departures so far via the port of group 3 peeps
Array DeathsSoFar 1 ;how many peeps in group one have died
i don't understand what groups are and why things are put into different groups and what effect it has on the command result?