Thread: NPC Text Color.
View Single Post
  #8  
Old 12-11-2001, 03:50 AM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
Sample
NPC Code:

if(playerenters) {
showimg 0,@Tempus Sans ITC@c@Hello World!,playerx,playery;
changeimgcolors 0,1,0,0,1;
changeimgzoom 0,2;
}



This will show the text Hello World! At the player's X and Y
__________________

subliminal message: 1+1=3
Reply With Quote