function (actor myactor)debug.notification("My id is " + myactor.getFormId() + " - My name is " + myactor)endfunctionResult on screen is : "My id is 78980 - My name is [actor"
How can I do ?
sorry for my bad english writing
function (actor myactor)debug.notification("My id is " + myactor.getFormId() + " - My name is " + myactor)endfunction