def function(para = "something"):
pass
atleast that's how I would do it in python.
I assumed that it would be the same in gdscript but I was wrong
I can give variable like this...
func function(para : String):
pass
..but can't find a way to actually create a default value.