if (data == "Swap") {
getInput("Swap Card", "Enter the name of the new card:", "", 100, function () {
var newCardName = $('#input .input_txt').val();
Send({ "action": "Duel", "play": "Swap", "card": card.data("id"), "name": newCardName });
});
return;
}

Edit
Pub: 17 Jun 2023 20:03 UTC
Views: 75