Transcripts:Movefriendtesting

From Corru Observer Wiki
Actor image
!!__moth__!!
don't look at me lol
This article and/or section contains information that is either non-canon to the story of the game or used for development.

Generic

Encounter enemy

start
    sourceless
        The fiends approach!
    RESPONSES::akizet
        engage<+>END
            EXEC::env.combat.dynamicCombat()
        disable<+>disable
            SHOWIF::'EXEC::checkItem(env.ITEM_LIST.disabler)'
            FAKEEND::(use disabler)

disable
    sourceless
        A disabler is used!
            EXEC::killStageEnemy(env.currentDialogue.originEntityID);removeItem(env.ITEM_LIST.disabler)
    RESPONSES::akizet
        continue<+>END

Defeat enemy

start
    sourceless
        The fiends relent!
        TEXEC::env.combat.dynamicReward()

    RESPONSES::akizet
        continue<+>END
Cookies help us deliver our services. By using our services, you agree to our use of cookies.