View Single Post
  #4  
Old 10-03-2001, 06:01 AM
freddyfox freddyfox is offline
Banned
freddyfox's Avatar
Join Date: Mar 2001
Posts: 6,705
freddyfox is on a distinguished road
Quote:
Originally posted by IceHawk


if (playerchats) {
if (tokenscount<12) {
setstring level.chat,#t(0) #t(1) #t(2);
setstring level.chat2 #t(3) #t(4) #t(5);
setstring level.chat3 #t(6) #t(7) #t(8);
setstring level.chat4 #t(9) #t(10) #t(11);
timeout = .2;
elseif (tokenscount>11) {
say2 Text was too big!;
}
}
if (timeout) {
say2 #s(level.chat)#b
#s(level.chat2)#b
#s(level.chat3)#b
#s(level.chat4)#b
}
I use local because NPCServer scripting is alien to me.
Reply With Quote