script=start
on:eat {
process "drinking",300;
drink 0,0,30,0;
addstate "unit",1,17;
freetimers "unit",1,"cease_immortalpotion";
timer"unit",1,36000,1,"cease_immortalpotion";
play "(CUSTOM SONG HERE)";
msg "You are invincible, nothing can hurt you!",4;
closemenu;
}
on:use {
event "eat";
}
script=end
as you can see i slightly modified the message and the name, but it worked before without any errors.