RekkasGit / E3Next

12 stars 21 forks source link

Add Uqua gas chamber key support #143

Closed jchauncey closed 1 year ago

jchauncey commented 1 year ago

Old e3 had support for the Uqua gas chamber door where it would tell the raid which key could be used at any given time. It does this by watching the chat of each bot and doing a /rs on the key that can be used next.

#event Define_UquaKey "#*#The #1# must unlock the door to the next room.#*#"
SUB event_Define_UquaKey(string line, string KeyToUse)
    /rs >>^<< The ${KeyToUse} unlocks the door >>^<<
    /popup >>^<< The ${KeyToUse} unlocks the door >>^<<
/return
RekkasGit commented 1 year ago

released in v1.0.33-beta