yuhsing

Untitled

May 14th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1.  
  2.  
  3.  
  4. prontera,155,181,5 script Sample 757,{
  5. set .@name$,strcharinfo(0);
  6. for( set .@i,0; .@i < .size; set .@i,.@i + 1 )
  7. if( .char_name$[.@i] == .@name$ ){
  8. mes "You name is in the list...";
  9. getitem 512,1;
  10. getitem 512,1;
  11. getitem 512,1;
  12. close;
  13. }
  14. close;
  15.  
  16. OnInit:
  17. setarray .char_name$,"NAME","NAME","NAME";
  18. set .size,getarraysize( .char_name$ );
  19. end;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment