----------------------------------------------------
| 525 | }; |
| 526 | //---------------------------------------------------- |
| 527 | int LuaKillMessageBox(void) |
| 528 | { |
| 529 | //printf("Kill Lua Prompted\n"); |
| 530 | luaKillMsgBoxRetVal = 0; |
| 531 | |
| 532 | openLuaKillMsgBox = true; |
| 533 | |
| 534 | while (openLuaKillMsgBox) |
| 535 | { |
| 536 | msleep(100); |
| 537 | } |
| 538 | |
| 539 | return luaKillMsgBoxRetVal; |
| 540 | } |
| 541 | //---------------------------------------------------- |