Guest User

Untitled

a guest
Feb 13th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. Error:
  2.  
  3. megaglestx64.exe v3.13.0
  4. Compiled using: VC++: 1900 [64bit] platform: Windows-X64 endianness: little
  5. GIT: [Rev: 5607.967257e] - using STREFLOP [SSE] - [no-denormals]
  6. libpng warning: iCCP: known incorrect sRGB profile
  7. =========================================================
  8. Error loading lua code: Syntax error: [string "unitCreatedOfType_raft"]:2: 'then' expected near '='
  9. Function name [unitCreatedOfType_raft]
  10. code:
  11. function unitCreatedOfType_raft()
  12. if unitCountOfType(0, 'raft') = 1 then
  13. y = lastCreatedUnit()
  14. destroyUnit(y)
  15. end
  16.  
  17. end
  18.  
  19. =========================================================
  20. *ERROR* [2018-01-30 20:13:38] In [program.cpp::Glest::Game::Program::setState Line: 697]
  21. Error [Error loading lua code: Syntax error: [string "unitCreatedOfType_raft"]:2: 'then' expected near '=']
Add Comment
Please, Sign In to add comment