somebody1997 Posted April 3, 2012 Share Posted April 3, 2012 I just dont know what im doing wrong. function displayTab(number) if number == 1 then showInformationWindow () end else if number == 2 then showCommandWindow () end Thanks for an reply Link to comment
Aibo Posted April 3, 2012 Share Posted April 3, 2012 read lua manuals. function displayTab(number) if number == 1 then showInformationWindow () elseif number == 2 then showCommandWindow () end end Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now