// The Mana World script // Author: Gumi // Author: Jesusalva // // Stomp stomp stomp (use with caution) - script @python 32767,{ end; // Soft Resync OnCall: specialeffect(69, AREA, playerattached()); addtimer 380, .name$+"::OnKill"; end; OnKill: percentheal -100, -100; //dispbottom l("Oh look, it is Cupid!"); end; OnInit: bindatcmd "python", "@python::OnCall", 20, 20, 1; end; }