Posted by The TechMentor in Fallout New Vegas, Game Modding
on Jul 29th, 2015
Used for Safe House Fridge and Supply Crates scn TISHNiptonSupplyResetScript begin GameMode if GetDayOfWeek == 1 || GetDayOfWeek == 4 TISHNiptonSupply01REF.ResetInventory TISHNiptonSupply02REF.ResetInventory endif end
Posted by The TechMentor in Fallout New Vegas, Game Modding
on Jul 27th, 2015
Addiction: ;Set to heal the player of addictions RemoveSpell WithdrawalAlcohol RemoveSpell WithdrawalAntNectar RemoveSpell WithdrawalBuffout RemoveSpell WithdrawalHydra RemoveSpell WithdrawalJet RemoveSpell WithdrawalMentats RemoveSpell WithdrawalMorphine RemoveSpell WithdrawalPsycho RemoveSpell WithdrawalQuantumNukacola RemoveSpell WithdrawalRebound RemoveSpell WithdrawalSteady RemoveSpell WithdrawalTobacco RemoveSpell WithdrawalTurbo ShowMessage AddictionRemovalMsg Set Generic.Addicted to 0 Raditation: player.RestoreAV RadiationRads 1000 Health: ;Set to heal the player of physical damage plus code...