Bug - Not A Bug Using visit_url in the graphical CLI loading the scene into the CLI on success

x1a4

New member
Hi,

I'm creating a daily deed to make gene tonics, and have to use visit_url to do it (is there a better way?)

I did
Code:
visit_url campground.php?action=dnapotion
, which works, but loads the entire campground into the CLI
 

Attachments

  • Screenshot from 2014-06-07 18:09:09.png
    Screenshot from 2014-06-07 18:09:09.png
    112.3 KB · Views: 45

Theraze

Active member
Or text. Running text campground.php?action=dnapotion should give you just the raw text if you actually care about seeing it.
 
Top