Thank you Brad, but im new and not sure how to add that in the script.
Something like this maybe?
Code:
if ( is_user_bot(id) ) {
option = random_num(1, 2);
}
I tried to compile one script with this included and it said 'error 017: undefined symbol "option"'
I would really appreciate it if someone could show me working example (In the game I'd start a vote and bots would vote randomly 1-2 or 1-9).
I hope it's not too complicated.