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

trader_data

Used to contain the traders initial wares, and speech

Vars

currency_nameThe currency name
initial_productsThe initial products that the trader offers
initial_wantedsThe initial products that the trader buys
say_phrasesThe speech data of the trader
sell_soundSound used when item sold/bought
shop_spot_typeThe item that marks the shopkeeper will sit on
sign_typeThe sign that will greet the customers

Procs

return_trader_phraseDepending on the passed parameter/override, returns a randomly picked string out of a list

Var Details

currency_name

The currency name

initial_products

The initial products that the trader offers

initial_wanteds

The initial products that the trader buys

say_phrases

The speech data of the trader

sell_sound

Sound used when item sold/bought

shop_spot_type

The item that marks the shopkeeper will sit on

sign_type

The sign that will greet the customers

Proc Details

return_trader_phrase

Depending on the passed parameter/override, returns a randomly picked string out of a list

Do note when overriding this argument, you will need to ensure pick(the list) doesn't get supplied with a list of zero length Arguments: