This feature should be optional. I prefer to see all function parameters. Moreover, I would like to see the names of function parameters when functions are called from expressions. Currently it looks like this in the event sheet:
Set n to Functions.getHealth("rabbit", 1, 215)
What I would prefer is:
Set n to Functions.getHealth(Enemy:"rabbit", Armor:1, Damage:215)