View Single Post
  #5  
Old 08-12-2001, 01:14 PM
Brady2 Brady2 is offline
Registered User
Brady2's Avatar
Join Date: Mar 2001
Location: Phoenix, AZ and Wichita Falls, TX
Posts: 924
Brady2 is on a distinguished road
Jadis:
NPC Code:

if (playerchats) {
setstring chatdude,#c;
setplayerprop #c,;
showimg 0,@Dancin LET@c@#s(chatdude),playerx+1.5-strlen(#s(chatdude))/2,playery-3;
timeout = .05;
this.1 = 0;
}
if (timeout) {
if (this.1<60) {
showimg 0,@Dancin LET@c@#s(chatdude),playerx+1.5-strlen(#s(chatdude))/2,playery-3;
timeout = .05;
this.1++;
} else hideimg 0;
}



Had a lot of bugs

Last edited by Brady2; 08-12-2001 at 01:21 PM..
Reply With Quote