Guardians
Function Syntax
item guardians()
Attempts to pass the six levels of the NS Tower. If successful, or if you don't currently have access to the tower, this function returns $item[none]. Otherwise, if you are prevented from going further because you lack the required item, it returns that item.
Code Sample
Defeat the six tower monsters at the NS lair.
item missing = guardians();
if(missing == $item[none])
print("You defeated the six tower monsters.");
else print("You need a "+ missing +" to continue.");
CLI Equivalent
The CLI command "guardians" works similarly.
see_also=
See Also
|
Attention KoLmafia Experts!
We need your help; some details of this function's operation are unknown or unclear.
The following specific question has been raised:
- What happens if you don't have enough adventures to complete the tower?