Variable | Type | Notesrandom | output | special - produces a 16-bit random number | vector_angle | input/output | values from 0 to 63 with wrap-around (for greater values) | vector_x | output | based on vector_angle (-840 to 840) | vector_y | output | based on vector_angle (-840 to 840) | Land | test_x | input/output | test_y | input/output | test_z | output | based on test_x and test_y, provides numerical land height | time | output | constant dt - numerical 24 hour time in minutes (see File Format) | date | output | constant dt - numerical date in days (see File Format) | weather | output | constant dt - numerical weather value (see File Format) | water_level | output | constant - the numerical water level (from z height) | Being | number_beings | output | constant dt | current_being | output | constant db | select_being | input/output | set to current_being initially | location_x | output | based on select_being (see File Format) | location_y | output | based on select_being (see File Format) | location_z | output | based on location_x and location_y (ie select_being), provides numerical land height | id_number | output | based on select_being (see File Format) | date_of_birth | output | based on select_being (see File Format) | facing | i/o being | NOT based on select_being (see File Format) | speed | i/o being | NOT based on select_being (see File Format) | energy | i/o being | NOT based on select_being (see File Format) | hungry | output | constant - the numerical hunger level (from energy) | is_visible | output | based on location_x, location_y, facing, test_x and test_y - shows if the test point is visible | (NOTE the distinction between location_x/location_y vs facing if select_being != current_being, is_visible will allow this but it won't produce the desired results) brain_value | i/o being | based on brain_x, brain_y and brain_z | brain_x | input/output | brain_y | input/output | brain_z | input/output | Biology | biology_operator | input/output | biology_output | output | based on test_x, test_y and biology_operator | biology_area | output | biology_height | output | biology_water | output | biology_moving_sun | output | biology_total_sun | output | biology_bush | output | biology_grass | output | biology_tree | output | biology_insect | output | biology_mouse | output | biology_parrot | output | biology_lizard | output | biology_eagle | output | Key | constant | remains the same | constant db | constant for one being in this time cycle | constant dt | constant for all beings in this time cycle | input/output | can be read from and written to | i/o being | like input/output but set to and from the being | output | can only be read from, not written to | special | generated every time it is called
| |