sms parsing

pls help how to run the script44 with parsing

:do {/ppp secret
:foreach ix in=[find where (comment=“10”)] do={
:local pay [:parse [:system script get script44 source]]

:do {/tool sms send phone-number=“+55989894” message=“$pay”
}

}
} on-error={:log error message=“script failed102”}


#script44 script
:log warning message=(“PAID”)
:local fname [ROSE]
:local lname [BUCATTER]

HI, $fname $lname

You can not use one (wrong) example of how run script
https://forum.mikrotik.com/viewtopic.php?p=934500#p626990
and try to use it as working standard…