View Single Post
  #17  
Old 05-21-2006, 08:18 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
If you use a GuiMLTextCtrl you can do:


NPC Code:

new GuiWindowCtrl( "window" )
{
new GuiMLTextCtrl( "text1" ) {
x = 10, y = 10;
width = 150, height = 150;

text = "";
}
}



and to add text..

NPC Code:

text1.addtext( "text here", 0);

__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote