Please log in
If Enemy wall < 5Attack: 35elseAttack: 11
BB code
Effect
Code
if ($t->hisData()->Wall < 5) { $t->hisData()->attack(35); } else { $t->hisData()->attack(11); }
An error has occurred