The example of the code is:
PromptDuration("Collected the " .. weapon _name[e],3000)
Trying to get: TextCenterOnXColor to also have duration, but can't seem to find anything in global
Would it be as simple as adding it to global as:
function TextCenterOnXColorDuration(str,v)
SendMessageS("TextCenterOnXColorDuration",str,v);
or is there something more complex going on in the background that I am not aware of? If so, could someone please offer a small bit of help?