There's Nothing Worse Than People created by Recnepz
Category: Shooter
1 of 1
Added: 31 October 2009
Created by: Recnepz
Version: 6
Game description: Shoot down the worst monsters in the world with a laser. Made for a gamemakergames.com mini-competition
Reviews
-
Overall Score
-
Graphics
-
Sound
-
Gameplay
-
Story
-
Interface
Good but Hard Game
Added: 07 November 2009
Created by: big_geek
Pros: easy to control laser, good sounds and graphics
Cons: too hard at the beginning of the game, graphics could be a little b...
More Games By This Creator
Page 1/2
Comments
GameRoom said 8 days ago
Actually, I just realize you don't need to create the file, the game end or whatever can do that. Anyway, the code should be:
if file_exists("options.txt") {
var ll;
ll=file_text_open_read("options.txt")
var1=file_text_read_real(ll)
var2=file_text_read_real(ll)
file_text_close(ll)
}
else {
var1=0
var2=0
}









Recnepz said 8 days ago
Report to Staff
it is.