// TMW2 script
// Author: Jesusalva <admin@tmw2.org>
//
// Magic Script: TMW2_OVHFIRE
//
// Burns down the user to a toast, but they'll survive, because they are awesome.

function	script	SK_OVHFire	{
    specialeffect FX_HELLBLAZE, AREA, getcharid(3);
    return;
}