
12-27-2001, 10:33 PM
|
|
Banned
|
 |
Join Date: Dec 2001
Posts: 1,336
|
|
|
I allready made something like that a while ago...
Mah script:
--- Start ---
// NPC made by Jaguar
// Edited by Androk
if (created) {
message Latest AN News;
}
if (playerchats&&startswith(AN News:,#c)&&strequals(#g,Androk's Network)) {
setstring this.AN_Sign1,#e(00,30,#c);
setstring this.AN_Sign2,#e(030,30,#c);
setstring this.AN_Sign3,#e(060,30,#c);
setstring this.AN_Sign4,#e(090,30,#c);
setstring this.AN_Sign5,#e(120,30,#c);
setstring this.AN_Sign6,#e(150,30,#c);
}
if (playertouchsme) {
say2 #s(this.AN_Sign1)#b#s(this.AN_Sign2)#b#s(this.AN_S ign3)#b#s(this.AN_Sign4)#b#s(this.AN_Sign5)#b#s(th is.AN_Sign6)#b;
}
--- End ---
I that what ya needed? |
|
|
|