GeneralGarand1 Posted October 13, 2010 Share Posted October 13, 2010 Is there any function within either CS or OBSE or anything else that allows the changing of an object and all of it's references to a different object? Link to comment Share on other sites More sharing options...
documn Posted October 14, 2010 Share Posted October 14, 2010 If you change a base object in the CS, all the references to that object should change accordingly. Link to comment Share on other sites More sharing options...
GeneralGarand1 Posted October 18, 2010 Author Share Posted October 18, 2010 If you change a base object in the CS, all the references to that object should change accordingly. Well I know that, but I want to be able to change an object in game. Link to comment Share on other sites More sharing options...
documn Posted October 18, 2010 Share Posted October 18, 2010 What kind of object? OBSE has a lot of functions that let you change objects on the fly. For example there are functions to change a weapon's speed, reach, damage, weight, etc. and the changes will affect all instances of the weapon ingame. Link to comment Share on other sites More sharing options...
GeneralGarand1 Posted October 18, 2010 Author Share Posted October 18, 2010 I meant the entire object.For example: Change a sword into an axe.Lets say you have two objects in CS with two separate IDs:aaaMyAxe and aaaMySword Is there a script that allows an object and all of it's references to change to another object?All aaaMySword references change to aaaMyAxe? Link to comment Share on other sites More sharing options...
Recommended Posts