virginharvester Posted August 25, 2019 Share Posted August 25, 2019 hi, sorry for my english,i like to add may item in witcher 3 like skyrim,this is the script : exec function DyeWhite(){ additem('Dye White',1);} and the result is :Cannot call exec function 'additem' from scripts instead of the console. can somebody help me so the script will work?,thanks Link to comment Share on other sites More sharing options...
KoalaNalle Posted August 26, 2019 Share Posted August 26, 2019 You can't call an existing exec function with another. exec function DyeWhite(){thePlayer.inv.AddAnItem( 'Dye White', 1 );} Link to comment Share on other sites More sharing options...
virginharvester Posted August 26, 2019 Author Share Posted August 26, 2019 You can't call an existing exec function with another. exec function DyeWhite(){thePlayer.inv.AddAnItem( 'Dye White', 1 );} it work, thank you thank you thank you Link to comment Share on other sites More sharing options...
Recommended Posts