basic question for relaying

mmmk

New member
so if i do something like:

void main()
{
buffer text = visit_url();
text.insert(text.last_index_of("fighting"), " LET'S SEE IF THIS WORKS");
print("got here");
text.write();
}

save that as fight.ash, stick it in relay folder next to my version 11.3 ... then when i use relay browser and fight something I should see "let's see if this works" in caps somewhere on the browser? and also a "got here" in my graphical cli?

any reason why this might fail? btw this seems like a very nice idea :)

thanks ;D
 
[quote author=mmmk link=topic=1174.msg5556#msg5556 date=1187288100]
any reason why this might fail?
[/quote]

Did you upgrade to a recent daily build?
 

mmmk

New member
ah yea, actually i pulled the latest one as of today, stuck it in the same folder as my version 11.3 and tried it ... same thing happened
 

holatuwol

Developer
The feature is deactivated by default.  You need to turn it on in your relay browser preferences AND restart KoLmafia before it works.
 
Top