/tg/ Station 13 - Modules - TypesVar Details - Proc Details

customer_data

Vars

ai_controller_usedDatum AI used for the robot. Should almost never be overwritten unless theyre subtypes of ai_controller/robot_customer
base_iconBase icon for the customer
cant_find_seat_linesLines the robot says when it can't find a seat
clothing_setsClothing sets to pick from when dressing the robot.
first_warning_lineLine when harrased by someone for the first time
found_seat_linesLines the robot says when it finds a seat
friendly_pull_lineLine when pulled by a friendly venue owner
is_uniqueIs this unique once per venue?
leave_happy_linesLines the robot says when leaving with food
leave_mad_linesLines the robot says when leaving without food
name_prefixesList of prefixes for our robots name
order_pricesThe amount a robot pays for each food he likes in an assoc list type | payment
orderable_objectsThe types of food this robot likes in a assoc list of venue type | weighted list. does NOT include subtypes.
prefix_filePrefix file to uise
second_warning_lineLine when harrased by someone for the second time
self_defense_lineLine when harrased by someone for the last time
speech_soundSound to use when this robot type speaks
total_patiencePatience of the AI, how long they will wait for their meal.
wait_for_food_linesLines the robot says when leaving waiting for food

Procs

can_useCan this customer be chosen for this venue?
get_orderGets the order of this customer. You want to override this if you have dynamic orders, such as the moth tourists requesting the chef's clothes. If the list of orders are static, just modify orderable_objects.

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

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

Proc Details

can_use

Can this customer be chosen for this venue?

get_order

Gets the order of this customer. You want to override this if you have dynamic orders, such as the moth tourists requesting the chef's clothes. If the list of orders are static, just modify orderable_objects.