10.04.2015, 17:14
Chucky, STRCAT formats your Dialog's contents, all that text will be inside 1 dialog 
See how at the top "new string" is defined
then
strcat(string,
strcat(string,
They are both formatted for string, meaning its just extended
and then "ShowPlayerDialog only has "String" where you would type in the text normally, that just redirects it to
strcat instead, or wherever you are formatting "string"

See how at the top "new string" is defined
then
strcat(string,
strcat(string,
They are both formatted for string, meaning its just extended
and then "ShowPlayerDialog only has "String" where you would type in the text normally, that just redirects it to
strcat instead, or wherever you are formatting "string"