This commit is contained in:
parent
e34eeec85e
commit
0d7f9befc0
2 changed files with 54 additions and 1 deletions
|
|
@ -268,6 +268,8 @@ STATE: {vr_runback}
|
|||
DO: SetWatchdog 10 120 {stuck}
|
||||
IF: ChatMatch {^\[Fellowship\].*(say|says), \"#tomuchviteaviridianrise\"$}
|
||||
DO: SetState {vitae_run}
|
||||
IF: ChatMatch {^\[Fellowship\].*(say|says), \"#vitaerundoneviridianrise\"$}
|
||||
DO: SetState {Default}
|
||||
|
||||
STATE: {vr_portal}
|
||||
IF: Death
|
||||
|
|
@ -282,6 +284,10 @@ STATE: {vr_portal}
|
|||
Chat {/vt nav load vr_getin}
|
||||
IF: ChatMatch {^\[Fellowship\].*(say|says), \"#tomuchviteaviridianrise\"$}
|
||||
DO: SetState {vitae_run}
|
||||
IF: ChatMatch {^\[Fellowship\].*(say|says), \"#vitaerundoneviridianrise\"$}
|
||||
DO: SetState {Default}
|
||||
IF: Always
|
||||
DO: SetWatchdog 3 300 {Default}
|
||||
|
||||
STATE: {recomp}
|
||||
IF: Death
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue