Maybe I am stupid. I have not done.

when someone says (action type):
Code:
 please type !Blackjack and the amount bet for play game 


My script is:
Code:
on *:ACTION:*!blackjack*:#: {
if ($strip($1) == !blackjack) {
msg $chan !blackjack 1000
}
}


But script is not working.What went wrong? Plaese help me. Thank you.

Last edited by AzN; 15/09/15 02:02 AM.