Search found 1 match
- Tue Oct 20, 2015 2:05 am
- Forum: Support and Development
- Topic: Getting text input from the user.
- Replies: 1
- Views: 1692
Getting text input from the user.
I've read that using io.read() will get input in lua itself, but does love have it's own type of use or format for it? I'm trying to execute it inside of an if statement, but I'm sure it's not activating. (Or I'm doing it wrong :death: ) if path == 0 then love.graphics.print("Omitted",0,0)...