FWL trainer
From Hack Wars Wiki
| Information for the Fwl Bait Script | |
| Script | Fwl Bait |
| API | Attack |
| Cost | $755 |
| Level | 25 Attack |
| CPU Usage | 20 |
| Description | This script will make an NPC retaliate, allows you to bait the npc. |
| Output | N/A |
Initialize:
int main(){ if (getHP()<100.0) { cancelAttack(); } } |
Continue:
int main(){ int iterations = getIterations(); if(iterations==1){ cancelAttack(); } } |
