Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

By Chance did you blank out your Burn Text in the ini file?
Sub Event_Burn
/if (${IAmDead} || ${Me.Hovering} || ${CampZone}!=${Zone.ID} || ${BurnText.Equal[null]} || !${BurnText.Length}) {
/doevents flush Burn
/return
}
Sub Event_Burn
/if (${IAmDead} || ${Me.Hovering} || ${CampZone}!=${Zone.ID}) {
/doevents flush Burn
/return
}
