Hi,
Can a Lua function have an optional/default parameter? So when you call that function inside a Dialogue Node -> Script, you don't need to override it if it is not necessary.
thanks!
Lua doubt
Re: Lua doubt
No, it's strict about syntax. If you need to send a different number of parameters, you should register different functions.
Re: Lua doubt
Hi,
All right! No problem then!
All right! No problem then!