BGforgeNet / FO2tweaks

Fallout 2 tweaks
https://forums.bgforge.net/viewforum.php?f=26
119 stars 10 forks source link

Charges for tools #42

Closed burner1024 closed 4 years ago

burner1024 commented 5 years ago

It'd be great for tools (medical kits, supertool, lockpicks) have charges and deplete properly. Not very hard to do by itself, but the problem is knowing when to spend a charge, because the result depends on the target object script and other things. For example, Doctor skill can be used only 3 times per day in vanilla, but there's no information in UseObjOn hook about whether daily skill limit is hit, and thus the charge will be spent regardless. I wonder if there's some workaround. This also should work with healing revision and #24.

burner1024 commented 4 years ago

Too much trouble, too little gain.