Search found 2 matches
- Sat Dec 13, 2014 10:43 pm
- Forum: Support and Development
- Topic: If Statement not functioning as hoped
- Replies: 3
- Views: 2996
Re: If Statement not functioning as hoped
D'oh! Thanks to you both for your speedy replies and help!
- Sat Dec 13, 2014 9:45 pm
- Forum: Support and Development
- Topic: If Statement not functioning as hoped
- Replies: 3
- Views: 2996
If Statement not functioning as hoped
I'm trying to create an if statement that will display text depending on the value of "playerState". As seen below: function love.load() playerState = ghost normalText = "Player State is Normal" ghostText = "Player State is Ghost" end function love.draw() if playerState...