Acid81 Posted March 8, 2016 Share Posted March 8, 2016 Lets say I wanted to change a piece of data without recreating a function or class, how could I go about writing this up ? Say for instance I just wanted to change a bit of data for: static function X2AbilityTemplate Stealth() orstatic function X2DataTemplate CreatFragGrenade() or maybestatic function X2WeaponTemplate CreatBattleScanner() I know about the -local X2 whatever Template Template;Template = X2 whatever Template(Super. whatever ()); but using that above doesn't seem to work for all types of functions. Link to comment Share on other sites More sharing options...
Recommended Posts