View Single Post
  #9  
Old 10-21-2001, 07:46 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
how it works ...

how this NPC works is fairly simple ....

It basically uses 'timeout' to update the players view of the chat. Then 'showimg 501,@verdana@#s(server.chatrow1),5,5' to make the first row of chat appear, and so on through the 10 chatrows I have. Then when the 'playerchats' the contents of each string move up:
'setstring server.chatrow10,#s(server.chatrow9)'
'setstring server.chatrow9,#s(server.chatrow8)'
and so on .... then:
'setstring server.chatrow1,#a: #c'
to make the next news appear and so on and on ...
Reply With Quote