<- [[crpl:crplreference|CRPL reference]] <- [[crpl:crplreference#text_commands|Text Commands]] ===== SetPopupTextAlwaysVisible ===== ^Arguments^Result^Notation^ |Always visible?|Changes whether the popup text is visible|''b1 -''| === Description === The CRPL tower's popup text usually appears only when the mouse is pointing at it. Use this command with argument "True" to make the popup text appear all the time, regardless of where the mouse is. === Examples === # makes the current object display the words "PopupTextHere" "PopupTextHere" SetPopupText True SetPopupTextAlwaysVisible # makes the current object display the word "PopupTextHere" (using Warp notation) SetPopupText ("PopupTextHere") SetPopupTextAlwaysVisible (True)