MAGIC_CURE_BEFORE

MAGIC_CURE_BEFORE()

Arguments

Description

Not Added.

Implementation

def MAGIC_CURE_BEFORE():
        play_sound(SE_122)
        fade_color(1.0, 255, 255, 255, 1)

References

Table Implementation

{
    "name": "MAGIC_CURE_BEFORE",
    "args": [],
    "commandList": [
        {
            "row": 4315,
            "command": "play_sound",
            "args": [
                "SE_122"
            ],
            "end": 1
        },
        {
            "row": 4316,
            "command": "fade_color",
            "args": [
                "1.0",
                "255",
                "255",
                "255",
                "1"
            ],
            "end": 1
        }
    ]
}

Sample

{}