Quote:
Originally Posted by Amamake
I'm no expert on this, but the only mod I've ever installed didn't require restarting. It adds item to your inventory in about 10 seconds after you load any save state.
|
The reason is simple. It has been coded into the mod:
Code:
---------------------------------------------------------------
-------- Äîáàâëåíèå ïðåäìåòîâ â èíâåíòàðü --------------------
---------------------------------------------------------------
if not item_given_training_camp then
Logic.hero_lu_item_del ("training_camp") -- Åñëè ïðåäìåò óæå åñòü â èíâåíòàðå
Logic.hero_add_item ("training_camp")
item_given_training_camp = 1
end