yuhsing

Untitled

Dec 8th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1.  
  2. prontera,155,171,5 script Buff#soul 757,{
  3. if( BaseClass == Job_Alchemist ){
  4. mes "Please enter the code.";
  5. set .@i,rand(1000,999);
  6. mes " ^FF0000"+.@i+"^000000";
  7. input .@input$;
  8. if( atoi( .@input$ ) == .@i )
  9. sc_start4 SC_SPIRIT,300000,5,445,0,0;
  10.  
  11. }
  12. close;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment