1. This forum is ARCHIVED! Visit the new Cloud Sixteen forums, codename Eden, at https://eden.cloudsixteen.com. These forums will remain archived for a few months before being closed down, so try to encourage plugin developers to begin moving their content across to the new forums.
Dismiss Notice
Hi Guest, you need a Steam account to register and post on these forums. Login with Steam at the top of the forums to get started!
Dismiss Notice
Hi Guest, do you want to buy HL2RP or another Clockwork schema? Visit the Cloud Sixteen Store to get started!

Lua executable

Discussion in 'Programming' started by Hoonigan, Aug 6, 2014.

  1. Hoonigan

    Hoonigan The giver of Le Box Rating. Clockwork Customer

    So I am trying to test some lua scripts, there very basic ones so I can run things.
    Code:
    io.write("Username: ")
    name_input = io.read()
    io.write("Password: ")
    pass_input = io.read()
    print("Welcome, " .. name_input .. "Your password is:")
    print(pass_input)
    
    I was using the IDE to run but I hate the IDE, so want to use notepad++ to script, and then have something execute them. But I can't find anything to execute them.
     
  2. duck

    duck Phant0m Legend

  3. Hoonigan

    Hoonigan The giver of Le Box Rating. Clockwork Customer

  4. duck

    duck Phant0m Legend

    Any time.
     

Previous Readers (Total: 0)