Advertisement
Stiepen

Script for direwolf20s Animation screen

Jul 4th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. ===NOTES ABOUT THIS SCRIPT===
  2. 1. This script is NOT Tested. IDK if this will work. it should though
  3. 2. This script is made for direwolf20s Laser Powered screen in his lets play on youtube season 4 episode 81-83 (maybe even 84 or more)
  4. ===SYNTAX===
  5. <x> <y> <color> <scriptname>
  6. ===SCRIPT [LANGUAGE=FORTH]===
  7. color !
  8. y !
  9. x !
  10. color @
  11. 1 AND IF y @ DUP * 1 + IOXADDR ! THEN
  12. x @ DUP * IOXSET
  13. color @
  14. 2 AND IF y @ DUP * 2 + IOXADDR ! THEN
  15. x @ DUP * IOXSET
  16. color @
  17. 4 AND IF y @ DUP * 3 + IOXADDR ! THEN
  18. x @ DUP * IOXSET
  19. color @
  20. 0 = IF 7 IOXRST THEN
  21. ." Done."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement