Thread: Showmsg?
View Single Post
  #1  
Old 06-14-2001, 12:19 AM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Showmsg?

NPC Code:
showmsg index,message,x,y; //Show's a message as if there was an NPC with the message command on x,y;
changemsgsize index,size; //Changes font size
changemsgfont index,font; //Changes message font
changemsgcolor index,r,g,b; //Changes message color

Just a few ideas, it's already scriptable by combining #K with a for loop and some other things but this would be easier.
__________________


Last edited by grim_squeaker_x; 06-14-2001 at 12:25 AM..
Reply With Quote