EditLogs()
From ElectronicWar
| Function information for editLogs() | |
| Function | editLogs() |
| Parameters | (string searchfor, string replacewith) |
| API | Attack |
| Cost | $Not Known |
| Level | 55 |
| CPU Usage | Not Known |
| Description | Deletes all the logs associated with your IP in the player’s logging DB. |
[edit] Example
editLogs(getSourceIP(),"Hacked!");
If placed in the finalize event of your attack script, this will search for your IP in the target's log and replaced it with "Hacked!".

