Re: Need help with Channel History plugin for MUSHClient

2018-12-17 Thread AudioGames . net Forum — General Game Discussion : taljazz24 via Audiogames-reflector


  


Re: Need help with Channel History plugin for MUSHClient

Actually I have come across another way to accomplish what I was needing which was to display the prompt with a keystroke. Just having to find a way to code it in to my client, but I see it will be a bit tedius.

URL: http://forum.audiogames.net/post/399266/#p399266




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Need help with Channel History plugin for MUSHClient

2018-12-17 Thread AudioGames . net Forum — General Game Discussion : redfox via Audiogames-reflector


  


Re: Need help with Channel History plugin for MUSHClient

I'm not sure if we're talking about the same thing, but in Mush, you can press control with the numbers to see the history, or maybe that's just one of the default plugins that comes with Alter?

URL: http://forum.audiogames.net/post/399196/#p399196




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Need help with Channel History plugin for MUSHClient

2018-12-17 Thread AudioGames . net Forum — General Game Discussion : togira ikonoka via Audiogames-reflector


  


Re: Need help with Channel History plugin for MUSHClient

hello Sneak, thank you for your thorough explanation. I am still confused with the %1 through %99 thing, is there any help file I can read  that explain it thoroughly? and, why is it sometimes a line just doesn't work with a trigger? is there a spesific requirement to make one?

URL: http://forum.audiogames.net/post/399174/#p399174




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Need help with Channel History plugin for MUSHClient

2018-12-17 Thread AudioGames . net Forum — General Game Discussion : taljazz24 via Audiogames-reflector


  


Re: Need help with Channel History plugin for MUSHClient

Greetings. Don't know if anyone knows but I am having some problem when I write a buffer trigger. Basically I am trying to write a prompt buffer that won't spam the screen reader but will also allow for you to see your prompt inside a buffer. For that what I did was checked the box that says omit from output and it works just fine. However there is a tradeoff. Any attempt to view the input command history with the arrow keys goes out of the window. Anyone have an idea as to how I would get around this?

URL: http://forum.audiogames.net/post/399142/#p399142




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Need help with Channel History plugin for MUSHClient

2015-08-05 Thread AudioGames . net Forum — General Game Discussion : sneak via Audiogames-reflector


  


Re: Need help with Channel History plugin for MUSHClient

Basicly, just set up your trigger like you normally would. Then tab over to the send box and type thishistory_add All=%0then tab to the send to box and select execute.Alternatively if you want to script and then execute something, you would do this insteadExecute(history_add All=%0)then tab to the send to box and select script.The %0 will store the whole triggering line in the buffer. You can use %1 through %99 depending on how many wild cards are in your trigger. So for example you could have a triggering line like this.You attack Bob with your gleaming sword of destruction for 99 damage. What a blow!Lets say that line is too long to have in your buffer, you could set your triggering line up to be something like thisYou attack * with your * for * damage. *Youd put that in your trigger box, and type this into the send boxExecute(history_add Damage=You delt %3 damage to %1)then select script in the send to box.The buffer would then store the followingYou delt 99 damage to Bob.Notice, that I did Damage=, rather than All=. This is a way to create more buffers. You could have named it buffer1, or home stretch, or whatever you wanted. To navigate between buffers all you have to do is just alt left and right arrow when youre in the main window of mush, then alt one through 0 will hold the past 10 entries for that buffer, You can also alt up and down arrow to travel through the different entries. HTH

URL: http://forum.audiogames.net/viewtopic.php?pid=226667#p226667




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Need help with Channel History plugin for MUSHClient

2015-08-05 Thread AudioGames . net Forum — General Game Discussion : ironcross32 via Audiogames-reflector


  


Re: Need help with Channel History plugin for MUSHClient

Ah ok i get it now... thanks.

URL: http://forum.audiogames.net/viewtopic.php?pid=226673#p226673




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Need help with Channel History plugin for MUSHClient

2015-08-02 Thread AudioGames . net Forum — General Game Discussion : ironcross32 via Audiogames-reflector


  


Need help with Channel History plugin for MUSHClient

Hi, I need help for the channel history plugin for MC written by Tyler Spivy and Oriol Gomez. I know its in MUSHZ, so Im sure someone knows how to use it. I cant get it to do anything when i set up a trigger for it, Im not sure how to sort them out and there is hardly any doc to it. I know on the epitaph accessibility page, they talk about how to set it up and there is a %1 %2 and %3 but i dont know what those are accept that theyre probably a placeholder for a variable or something, Please help, I need this to work. Oh and please provide detail, because I bad dumb, lols.

URL: http://forum.audiogames.net/viewtopic.php?pid=226324#p226324




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector