Label(fight)
ItemCount(Enhanced Mana Potion[iD=9264],<,5)
{
Jmp(GO)
}
DELAY(1000)
ItemCount(Soulshot: S-grade[iD=1467],<,50)
{
Jmp(GO)
}
DELAY(10000)
Jmp(fight)
Label(GO)
SET(FIGHTSTOP)
DELAY(15000)
Set(L2Walker,Disable)
UseItem(Scroll of Escape[iD=736])
run this script, and your char will use soe when ench mana pots (its in DNet serv) will be less than 5 and/or SSS less than 50. modify like u want