Hi! Can anybody help me?
I need to use the text of an instance within a parameter.
I have an 'sprite' with an 'instance' called "inst" and with the text "example" placed on it.
I Need to call a function that has 'dictionary.Get("any text here")' but like 'dictionary.Get("Parameter(0)")' and the "any text here" or 'parameter' is the text of the 'image' 'instance'
but I can not seem to put the 'instance' as text, if i put 'dictionary.Get("Parameter(0)")' or 'dictionary.Get("sprite.inst")' the function will search 'Parameter(0)' or 'image.inst' like text form instead 'example", the text in the instance.
Anyone in good heart would have a solution to put an text of a instance in a parameter, like above?