Ferret says Hai

Posted by Ferret on Oct. 31, 2009, 6:57 p.m.

Hai 64Digits.

7253

GM
Yeah so I'm just going to stop working on my 2 year old game and start one I have been think over for several days. Although for this game idea to work, I'm going to need to learn to save and edit my own txt files through gm, have more than 2 people in a online game with the 39dll (shouldn't be too hard), and ways to make things look better. If you know of an example with txt writing, it would help if you gave me the name or something, otherwise I'll just figure it out on my own.

Games I've been playing
Uncharted 2, I beat it and I'm planning on beating it at least 2 more times. It's a great game. Still need to try online.

Today was suck
//Don't read this, it's stupid life crap, no one cares

Thursday as I'm leaving work I ask my manager "When am I coming in Saturday, there is no schedule." and she says I'm closing as usual which means that I come in at 10 and leave at 6 when we close. Saturday I get a call at 8:30 asking where I am >_> so I run in saying how I was told I'm closing and my manager trying to get all of the blame off of her and onto me said she didn't know the schedule wasn't there physically >_> what was it there metaphorically? So she spent the entire day being on my case trying to make me look bad. I water the "lower lot" (Yeah I work at a gardening shop I hate it) and then she says I did it too fast and to start over. As I'm watering she is looking at each and every plant and after 15 minutes she pulls one out and tells me that it's dry and who knows how many I missed if I missed this one… And aparently she was telling everyone what a bad job I've been doing today… >_>

Can't find this song
Does anyone know it? The main lines he repeats are "why can't I get just one kiss" and "day after day" it sounds a little old, more than 5 years maybe. I can't find the name of it.

kthanksbai :D Oh and have a better Halloween than last year.

Sorry for any spelling errors if there are any, I'm low on time.

George Luna

Comments

RC 14 years, 5 months ago
Ferret 14 years, 5 months ago

lol thanks rc. It's odd I put that name in youtube and nothing came up so I didn't bother with google.

Alert Games 14 years, 5 months ago

FERRET = file_text_open_write("filename");

file_text_write_string(FERRET,string(FERRET_NUMBER));

file_text_writeln(FERRET);

file_text_write_real(FERRET,whole_numbs_only_pl0x);

file_text_close(FERRET);

FERRET = file_text_open_read("filename");

global.FERRETS = real(file_text_read_string(FERRET));

file_text_readln(FERRET);

global.stringofreal = string(file_text_read_real(FERRET));

file_text_close(FERRET);

remember, people can change these values you put in text files.

Alert Games 14 years, 5 months ago

also, check to make sure file exists:

if (file_exists("filename"))

show_question("wut");

write will create the file if it does not exist.

for further questions plz use gm manual. tx have great day.

Ferret 14 years, 5 months ago

thanks