Guest User

Untitled

a guest
Jul 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. t[#t+1] = Def.Actor {
  2. CodeNames="downleft,downright,downleft,downright,downleft,downright,center";
  3. CodeMessageCommand=function(self,params)
  4. local player = params.PlayerNumber
  5. local code = params.Name;
  6. if code == "OptionWindow" then
  7. SCREENMAN:AddNewScreenToTop("ScreenOptionsMaster");
  8. SCREENMAN:SystemMessage("Opened the Option Window");
  9.  
  10. end;
  11. end;
  12. };
Add Comment
Please, Sign In to add comment