redirectGermanium()
From Hack Wars Wiki
| Function information for redirectGermanium() | |
| Function | redirectGermanium() |
| API | redirect |
| Cost | $1500 |
| Level | 25 |
| CPU Usage | 5 |
| Description | Placed in the 'initialize' section of a Redirecting script, this function will allow you to redirect Germanium.. |
Example
Initialize:
int main(){ redirectGermanium(); } |
