View Single Post
  #9  
Old 12-28-2008, 10:06 PM
Csimbi Csimbi is offline
Approved Member
 
Join Date: Dec 2008
Posts: 254
Default

Quote:
Originally Posted by Amamake View Post
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
Reply With Quote