Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,155,181,5 script Sample#walk_talk 757,{
- end;
- OnInit:
- setarray .Message$[0],"Mesage 0",
- "Mesage 1",
- "Mesage 2",
- "Mesage 3",
- "Mesage 4";
- while( 1 ){
- if( .Count >= getarraysize( .Message$ ) )
- .Count = 0;
- npcwalkto rand(150,160),rand(175,186);
- npctalk .Message$[.Count];
- .Count++;
- sleep rand(1000,5000);
- }
- end;
- }
Advertisement
Add Comment
Please, Sign In to add comment