Editors Note: Unsure return
Functions Documentation
View Function Edit Function
Name scrSetDisplayText
Syntax (scrSetDisplayText screen ID text [text...])
Argument List screen: the screen to display the text
ID: the ID of the text element in the display section to write to
text: the text
[Text...]: more text to display (can be repeated
Returns unsure
Category screen
Description Used to modify what dockscreens say.
Example taken from &dsUseDataRom;
(scrSetDisplayText gScreen "text" theText)
Comment