// auto-transcompiled — see *.dnd.json for canonical truth
/*if(string(datastring) != "" && string(datastring) != "0")
{
if(!got && iv_itemsearch(3,datastring) > 0)
{
got = 1;
}
}*/


if(global.notifon && sprite_index != LinkPointInDead)
{

if(smobilecheck() && !got && !global.notif && !instance_exists(actionnotif)
   && point_distance(server.x+17,server.y+43,x+32,y+19) <= 25)
{
mynotif = 1;
global.notif = 1;
instance_create(server.x,server.y,actionnotif);
}
else if((!smobilecheck() || point_distance(server.x+17,server.y+43,x+32,y+19) > 25 || got) && global.notif && mynotif)
{
mynotif = 0;
global.notif = 0;
}

}
