Maybe I am stupid. I have not done.
when someone says (action type):
please type !Blackjack and the amount bet for play game
My script is:
on *:ACTION:*!blackjack*:#: {
if ($strip($1) == !blackjack) {
msg $chan !blackjack 1000
}
}But script is not working.What went wrong? Plaese help me. Thank you.