Installer Steam
Logg inn
|
språk
简体中文 (forenklet kinesisk)
繁體中文 (tradisjonell kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tsjekkisk)
Dansk (dansk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spania)
Español – Latinoamérica (spansk – Latin-Amerika)
Ελληνικά (gresk)
Français (fransk)
Italiano (italiensk)
Bahasa Indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (nederlandsk)
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasil)
Română (rumensk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (vietnamesisk)
Українська (ukrainsk)
Rapporter et problem med oversettelse
This condition checks if the "User20" action (which corresponds to the TAB key by default) has been pressed. If it has, the gathering process will be canceled, a hint will be displayed to inform the user, and the autogather loop will be terminated.
To implement the same functionality for processing, you will need to locate the corresponding script file for processing in your life RPG mod (it may be named something like fn_process.sqf). Find the loop that handles the processing action and add a similar condition to check for the TAB key press:
Remember to adjust the loop and variable names according to the specific processing script you are using.
By implementing these changes, the TAB key will cancel the gathering and processing actions while they are in progress.