Why you switch the item, where all the results are the same?
PHP Code:
switch(item)
{
case 0: ShowListCT(id)
case 1: ShowListCT(id)
}
Doesn't make any sense, just call the function in the handler.
Also you have to put many checks in those functions, because if the guy, who is calling the duel is dead, the duel won't be achieved, right?
__________________