Quote:
Originally posted by Tyhm
if(strequals(#g,FAQ)){
if(strtofloat(#s(starttime))<1){
setstring starttime,#v(timevar);
}
}else{
if(strtofloat(#s(starttime))<0){
setstring timeontag,#v(strtofloat(#s(timeontag))+(timevar-strtofloat(#s(starttime))));
}}
You can store it manually, and it'll store timeontag as a function of timevar (since it goes up once every like 2 seconds, divide by 30 to get the number of minutes, etc)
|
tyhm...... u officially own