Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
local init_check_flag = "grabbing_init_done"
if GameHasFlagRun( init_check_flag ) then
return
end
GameAddFlagRun( init_check_flag )
I think that same button also throws items, but the trigger will also throw items that are just carried without special actions.
Can't you just replace the call for the drop function with the call for the throw function for the grab spell, and leave the controls as is?
Can you separate the dropping from the picking up action, or would they both have to be moved? Grabbing with the trigger still feels natural, it's just the dropping that feels out of place.
Btw, it's great that you're tweaking the mod so quickly to try my suggestions, I really appreciate it :)