stonefisher Posted October 3, 2017 Share Posted October 3, 2017 I have read: https://www.creationkit.com/index.php?title=Scripting_Tutorial_Using_Functions#Making_Local_Functions In the example they use: Function ModifyValue(float valueModifier) But I cannot find a list of what can go inside the brackets Or can you just leave it blank and do multiple things? Link to comment Share on other sites More sharing options...
shavkacagarikia Posted October 3, 2017 Share Posted October 3, 2017 There is no list, that means the function just takes float parameter, which you can pass when calling that function.You can left it blank when declaring if you don't want to pass anything there when calling. Link to comment Share on other sites More sharing options...
stonefisher Posted October 4, 2017 Author Share Posted October 4, 2017 Ok so I just put in whatever parameters i want forwarding that is being used by the function. I seem to have got it working just fine. thx Link to comment Share on other sites More sharing options...
Recommended Posts