This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
lua:vodurtodo:vodur_s_todo [2014/12/24 05:54] vodur created |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | oprog recite trigger | ||
- | |||
- | make sure all vnum args accept rvnums | ||
- | |||
- | reapply affects after setlevel | ||
- | |||
- | ROOM PROGS | ||
- | |||
- | -fight trigger | ||
- | |||
- | -recall trigger | ||
- | |||
- | -void trigger | ||
- | |||
- | -spell trigger | ||
- | |||
- | -social trigger | ||
- | |||
- | -try trigger | ||
- | |||
- | {-scriptdump-} and maybe scriptedit commands | ||
- | |||
- | way to manually clear env? _G={} is pretty easy though | ||
- | |||
- | maybe: lua_load_xprog to search for chunkname, so we don't reload the script necessarily each time but just grab a new function instance by running the chunk. | ||
- | |||
- | add rprog to grep | ||
- | |||
- | add optional spell level arg to cast() | ||
- | |||
- | set position | ||
- | |||
- | add timer to setval | ||
- | |||
- | wiznet option to see only bugs in your area | ||
- | |||
- | luaquery option to dump csv to webserver | ||
- | |||
- | mprogs have return value | ||
- | |||
- | fix boolean checks (ispc()) to be props instead of methods | ||
- | |||
- | fix more appropriate CH methods to be globals | ||