blob: 476be292c493b30a8531bac0c3a0350725c237b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// 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;
}
|