Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. elseif ($1 == !Deck2) && ($2-) {
  2. .timer1 1 1 say %l $+ $Digimon(%script) $+ %r Here comes my deck...
  3. .timer2 1 2 /play "C:\Users\Ryu\AppData\Local\VirtualStore\Program Files (x86)\Yugioh Virtual Dueling\Decks\ $+ $2- $+ .dek $+ "
  4. }
  5. elseif ($1 == !Decks) && ($2) {
  6. var %x 1
  7. while ( %x <= $2 ) {
  8. .timerdeck $+ %x 1 %x describe $active $gettok($findfile(%path,*,%x),$numtok($findfile(%path,*,%x),92),92)
  9. inc %x
  10. }
  11. }
  12. elseif ($1 == !Stop) {
  13. .play stop
  14. }
  15. }
  16. #Deck end
  17. Menu Channel,Query {
  18. -
  19. Deck Reader
  20. .Deck On: /Enable #Deck
  21. .Deck Off: /Disable #Deck
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement