• Mods are now organized as resources. Use the Mods link above to browse for or submit a mod, tool, or prefab.

    The TFP Official Modding Forum Policy establishes the rules and guidelines for mod creators and mod users.

Add Workbench to Trader? How

ArNaLdInHo

Tester
I would like my trader to:
* Act Like Normal Trader
+Have one option to go to Workbench window and craft stuff in trader

dialogs.xml

<statement id="start" text="dialog_trader_statement_start">
<response_entry id="shop" />
<response_entry id="jobsnone" />
<response_entry id="jobshave" />
<response_entry id="specialjobshave" />

<response_entry id="specialWorkBentch" />

<response_entry id="done" />
</statement>




something like this, but that dont work !!! , what i put there ??

Code:
        <!-- Responses -->
        <response id="shop" text="dialog_trader_response_shop">
            <action type="specialWorkBentch" id="specialWorkBentchID" />
        </response>
 
Last edited by a moderator:
Back
Top