DogoCaraballo
Active member
- Joined
- Dec 1, 2014
- Messages
- 25
- Reaction score
- 0
Is there a code to answer to someone? for example:
(3) Timmy says: Hello!
(0) Me says: Hello, Timmy. (NAME-Automatic)
*/hello 3 (ID-Automatic)
I certainly want to get his Name and his ID
(3) Timmy says: Hello!
(0) Me says: Hello, Timmy. (NAME-Automatic)
*/hello 3 (ID-Automatic)
Code:
if msg in chat: hello/hey/hi
1@ = get_username @3
say "Hello, %s" 1@
say "/hello %s" @3
I certainly want to get his Name and his ID