yuhsing

Untitled

Feb 14th, 2013
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1.  
  2.  
  3. prontera,155,181,5 script Sample 757,{
  4. end;
  5.  
  6. OnInit:
  7. npcspeed 200;
  8. while( 1 ){
  9. npctalk "I'm walking..";
  10. npcwalkto rand( 150,160 ),rand( 175,185 );
  11. }
  12. end;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment