This shows you the differences between two versions of the page.
— |
autoquery [2007/02/24 18:53] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | # $EPIC: autoquery.txt,v 1.2 2007/02/24 18:53:41 jnelson Exp $ | ||
+ | ======Synopsis:====== | ||
+ | [[load]] autoquery \\ | ||
+ | /set autocreate_split_queries ON|OFF|TOGGLE | ||
+ | |||
+ | ======Description:====== | ||
+ | This script, after you load it, automatically opens up a new window | ||
+ | whenever someone [[msg]]s you for the first time. | ||
+ | |||
+ | If //set autocreate_split_queries is OFF (the default), then any new | ||
+ | windows created will be [[window new_hide|hidden windows]]. | ||
+ | |||
+ | If /set autocreate_split_queries is ON, then any new windows created will | ||
+ | be [[window new|split windows]]. | ||
+ | |||
+ | ======History:====== | ||
+ | This script first appeared in epic5-0.3.1. | ||
+ | |||