customer_data

Vars | |
| ai_controller_used | Datum AI used for the robot. Should almost never be overwritten unless theyre subtypes of ai_controller/robot_customer |
|---|---|
| base_icon | Base icon for the customer |
| base_icon_state | Base icon state for the customer |
| cant_find_seat_lines | Lines the robot says when it can't find a seat |
| clothing_sets | Clothing sets to pick from when dressing the robot. |
| first_warning_line | Line when harrased by someone for the first time |
| found_seat_lines | Lines the robot says when it finds a seat |
| friendly_pull_line | Line when pulled by a friendly venue owner |
| is_unique | Is this unique once per venue? |
| leave_happy_lines | Lines the robot says when leaving with food |
| leave_mad_lines | Lines the robot says when leaving without food |
| name_prefixes | List of prefixes for our robots name |
| order_prices | The amount a robot pays for each food he likes in an assoc list type | payment |
| orderable_objects | The types of food this robot likes in a assoc list of venue type | weighted list. does NOT include subtypes. |
| prefix_file | Prefix file to uise |
| second_warning_line | Line when harrased by someone for the second time |
| self_defense_line | Line when harrased by someone for the last time |
| speech_sound | Sound to use when this robot type speaks |
| total_patience | Patience of the AI, how long they will wait for their meal. |
| wait_for_food_lines | Lines the robot says when leaving waiting for food |
| wrong_item_line | Line sent when the customer is clicked on by someone with a 0 force item that's not the correct order |
Procs | |
| can_use | Can this customer be chosen for this venue? |
Var Details
ai_controller_used

Datum AI used for the robot. Should almost never be overwritten unless theyre subtypes of ai_controller/robot_customer
base_icon

Base icon for the customer
base_icon_state

Base icon state for the customer
cant_find_seat_lines

Lines the robot says when it can't find a seat
clothing_sets

Clothing sets to pick from when dressing the robot.
first_warning_line

Line when harrased by someone for the first time
found_seat_lines

Lines the robot says when it finds a seat
friendly_pull_line

Line when pulled by a friendly venue owner
is_unique

Is this unique once per venue?
leave_happy_lines

Lines the robot says when leaving with food
leave_mad_lines

Lines the robot says when leaving without food
name_prefixes

List of prefixes for our robots name
order_prices

The amount a robot pays for each food he likes in an assoc list type | payment
orderable_objects

The types of food this robot likes in a assoc list of venue type | weighted list. does NOT include subtypes.
prefix_file

Prefix file to uise
second_warning_line

Line when harrased by someone for the second time
self_defense_line

Line when harrased by someone for the last time
speech_sound

Sound to use when this robot type speaks
total_patience

Patience of the AI, how long they will wait for their meal.
wait_for_food_lines

Lines the robot says when leaving waiting for food
wrong_item_line

Line sent when the customer is clicked on by someone with a 0 force item that's not the correct order
Proc Details
can_use
Can this customer be chosen for this venue?