Please log in
Mode1:Attack: 55Mode2:Wall: +65
BB code
Effect
Code
if ($t->mode() == 1) { $t->hisData()->attack(55); } elseif ($t->mode() == 2) { $t->myData()->addWall(65); }
An error has occurred