Say I have a trigger_multiple with setthread / the_stuff and this in the script:
Code: Select all
the_stuff:
local.name = parm.other <Something something>
local.health = parm.other <Something something>
parm.other iprint ( "You are" local.name " and you have a health of " local.health )
end
