
10-03-2001, 05:58 AM
|
|
Jenseits von Gut und Böse
|
 |
Join Date: Mar 2001
Location: Vancouver BC, Canada
Posts: 4,704
|
|
|
merlinerereR:
as a npcw it would only be local
so try
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'm sure there's a better way to do it, though ;/ |
__________________
|
|
|
|