View Single Post
diazg
New Member
Join Date: Aug 2021
Old 08-03-2021 , 00:06   Re: Assistance w/ Random Response
Reply With Quote #3

Quote:
Originally Posted by FAQU View Post
You should use the format specifier %s instead of %d.

%d is for integer
%s is for string

ReplyToCommand(client, "%s", RandomFacts[randomnum]);
Thank you so much, this fixed it!
diazg is offline