LupusOst Posted October 29, 2010 Share Posted October 29, 2010 PipBoy is unequipped. Executing this script will crash the game. Script linket to PipBoy. Begin GameMode if IsPC1stPerson == 1 if player.GetEquipped 00015038 == 0 player.equipitem PipBoy 1 1 ResetPipboyManager endif endifEnd Need help. Link to comment Share on other sites More sharing options...
gsmanners Posted October 30, 2010 Share Posted October 30, 2010 Your mod is a little lacking in robustness, there. I think it should be more: Begin GameMode If ( IsPC1stPerson == 0 && Player.GetEquipped PipBoy == 1 ) Player.UnequipItem PipBoy 1 1 Endif If ( IsPC1stPerson == 1 && Player.GetEquipped PipBoy == 0 ) Player.EquipItem PipBoy 1 1 ResetPipboyManager Endif End Link to comment Share on other sites More sharing options...
LupusOst Posted November 1, 2010 Author Share Posted November 1, 2010 Your mod is a little lacking in robustness, there. I think it should be more:It's the same code :) Code works fine whith everything except PipBoy. :( Link to comment Share on other sites More sharing options...
Recommended Posts