Advertisement
xepher95

children de mi scroll

May 13th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. local speeds = {}
  2. speeds[1] = Def.ActorFrame { LoadFont("commandAll")..{ InitCommand=cmd(zoom,1.1;settext,"1")} };
  3. speeds[2] = Def.ActorFrame { LoadFont("commandAll")..{ Name="speed2";InitCommand=cmd(zoom,1.1;settext,"2")} };
  4. speeds[3] = Def.ActorFrame { LoadFont("commandAll")..{ InitCommand=cmd(zoom,1.1;settext,"3")} };
  5. speeds[4] = Def.ActorFrame { LoadFont("commandAll")..{ InitCommand=cmd(zoom,1.1;settext,"4")} };
  6. speeds[5] = Def.ActorFrame { LoadFont("commandAll")..{ InitCommand=cmd(zoom,1.1;settext,"5")} };
  7. speeds[6] = Def.ActorFrame { LoadFont("commandAll")..{ InitCommand=cmd(zoom,1.1;settext,"6")} };
  8. speeds[7] = Def.ActorFrame { LoadFont("commandAll")..{ InitCommand=cmd(zoom,1.1;settext,"/")} };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement