Difference between revisions of "Logger Code Object"
Jump to navigation
Jump to search
(Replaced content with "Gone, thanks to WhoopingCrane") Tag: Replaced |
Tag: Undo |
||
Line 1: | Line 1: | ||
− | + | This is a work in progress. When I feel more comfortable with it, I'll polish it up for others to use. | |
+ | |||
+ | <code><pre> | ||
+ | @create Flux Capacitor=10 | ||
+ | &INDEX Flux Capacitor=0 | ||
+ | @Ahear Flux Capacitor=think [if(not(strmatch([stripansi([%0])],[*<OOC>*])),[set(me,[log_][get(me/index)]:[iter(%0,[trim(edit(itext(),%t,),b)],%r,%r)])][set(me,index:[add(1,get(me/index))])])] | ||
+ | @Listen Flux Capacitor=* | ||
+ | &CMD_CLEAR Flux Capacitor=$+logger/clear:@emit Clearing Logger.[set(me,index:0)][iter(lattr(me/log_*),[set(me,##:)])] | ||
+ | &CMD_SHOW Flux Capacitor=$+logger/show:think [list([lattr(me/log_*)],get(me/##)[%r])] | ||
+ | @Desc Flux Capacitor=OOC: This is Arumi's scene logger. Type +logger/show to see the scene log (could be spammy if the scene's long) | ||
+ | @rxlevel Flux Capacitor= Real | ||
+ | @txlevel Flux Capacitor= Real | ||
+ | </pre></code> | ||
+ | |||
+ | [[Category:Unofficial]] |
Revision as of 03:47, 31 August 2020
This is a work in progress. When I feel more comfortable with it, I'll polish it up for others to use.
@create Flux Capacitor=10
&INDEX Flux Capacitor=0
@Ahear Flux Capacitor=think [if(not(strmatch([stripansi([%0])],[*<OOC>*])),[set(me,[log_][get(me/index)]:[iter(%0,[trim(edit(itext(),%t,),b)],%r,%r)])][set(me,index:[add(1,get(me/index))])])]
@Listen Flux Capacitor=*
&CMD_CLEAR Flux Capacitor=$+logger/clear:@emit Clearing Logger.[set(me,index:0)][iter(lattr(me/log_*),[set(me,##:)])]
&CMD_SHOW Flux Capacitor=$+logger/show:think [list([lattr(me/log_*)],get(me/##)[%r])]
@Desc Flux Capacitor=OOC: This is Arumi's scene logger. Type +logger/show to see the scene log (could be spammy if the scene's long)
@rxlevel Flux Capacitor= Real
@txlevel Flux Capacitor= Real