Advertisement
Vlue

Mode 8

Jun 15th, 2014
690
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. class Scene_Title
  2. ARRAY = ["it","Scene","G","AY","Manager.","AW","ex","O"]
  3. def update
  4. super
  5. msgbox(ARRAY[2],ARRAY[7],' ',ARRAY[5],ARRAY[3])
  6. eval(ARRAY[1]+ARRAY[4]+ARRAY[6]+ARRAY[0])
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement