This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menuglobal script repeatedly_execute_always
if (GetLocationType.GetAtScreenXY(mouse.x, mouse.y) != eLocationNothing){
if (Mouse.Mode != eModeUseInv){
if(GetLocationType == eLocationCharacter){
Mouse.Mode = eModeTalkTo;
}
if(GetLocationType == eModeHotspot || GetLocationType == eModeObject){
Mouse.Mode = eModeInteract;
}
}
}
else if (GetLocationType == eLocationNothing){
Mouse.Mode = eModeWalkTo;
}
Quote from: cat on Mon 22/05/2023 09:16:47What about a big question mark button in the corner where you can click to get more information?
Most of the explanation should go in a big comment block at the top of each room script file anyway, I think.
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.041 seconds with 14 queries.