I disabled the "Walk To" cursor in my startup script:
Code: ags
But it shows up and I haven't enabled it?Ã, I am confused.Ã, See example below:
#sectionstart game_startÃ, // DO NOT EDIT OR REMOVE THIS LINE
function game_start() {
Ã, // called when the game starts, before the first room is loaded
Ã, gIconbar.Visible = false;
Ã, gGui3.Visible = true;
Ã, gGui11.Visible = false;
Ã, mouse.DisableMode(eModeWalkto);
Ã, mouse.DisableMode(eModeTalkto);
Ã, mouse.DisableMode(eModeLookat);
Ã, SetNormalFont(3);
But it shows up and I haven't enabled it?Ã, I am confused.Ã, See example below:
