How to write script to adventure in Treasure? was: HELP

M

Mess

Guest
I need help what do i have to enter into my script to make it adventure a the Knob Goblin Treasury i tried a few things but i only want it to adventure there once 1 if any one can tell me what to enter that would extremley helpful.
 

Veracity

Developer
Staff member
[quote author=GhettoTrucker link=topic=598.msg2854#msg2854 date=1164584718]
or a little bit more detailed you may try

Code:
cli_execute("adventure 1 treasury");
[/quote]

...which is completely pointless.

If he's doing a CLI script, he should use "adventure 1 treasury" as suggested.
If he's doing an ASH script, he should use the appropriate ASH function, rather than simulating it by invoking the CLI command.
 
Top