Timmothy J Frog
New member
I'm updating my personal post-ascension script and I'm trying to add a part where I immediately start the guild quest, pretentious artist quest, gourd quest, and the three market quests. Now with each of them I have something like this
visit_url("place.php?whichplace=town_wrong&action=townwrong_artist_noquest");
So I can visit the locations, but then I don't know the code to accept the quest. I tried using
cli_execute("choice 1"); but as it's not actually a choice adventure it didn't work. What is the way to start this quests from an ASH script?
visit_url("place.php?whichplace=town_wrong&action=townwrong_artist_noquest");
So I can visit the locations, but then I don't know the code to accept the quest. I tried using
cli_execute("choice 1"); but as it's not actually a choice adventure it didn't work. What is the way to start this quests from an ASH script?