an apple a day...??!!?!

Play Now

slippy

Dedicated Member
Dedicated Member
Apr 17, 2003
132
0
93
IRELAND
no problem, shud be done by tomorrow...hopefully, but i have a gcse exam (english)(2 freakin hours)(GCSES are bastids) newho i mite b busy cooz that, but watch this space, proggy will be here soon!
 

BroKeN

Dedicated Member
Dedicated Member
Feb 29, 2004
138
0
43
In Miles Left Nostrel
EDIT: Scrap that idea

Heres a script i just Did in a few seconds


Code:
[@main]
#SAY
Hello Young Man\
Would you like a rosy red apple?\
You can have one a day to make you big and strong!\\
<oooo apple yum/@apple>\
<No TY/@exit>

[@apple]
#IF
DAYOFWEEK MON
#ACT
goto @monday
break

#IF
DAYOFWEEK TUE
#ACT
goto @tuesday
break

#IF
DAYOFWEEK WED
#ACT
goto @wednesday
break

#IF
DAYOFWEEK THU
#ACT
goto @thursday
break

#IF
DAYOFWEEK FRI
#ACT
goto @friday
break

#IF
DAYOFWEEK SAT
#ACT
goto @saturday
break

#IF
DAYOFWEEK SUN
#ACT
goto @sunday
break

#ELSESAY
You live n a world with abnormal days of the week O_o

[@monday]
#IF
check [811] 1
#SAY
You have already had the rosy red apple today
#ELSEACT
give apple 1
set [811] 1
set [812] 0
set [813] 0
set [814] 0
set [815] 0
set [816] 0
set [817] 0
goto @exit

[@tuesday]
#IF
check [812] 1
#SAY
You have already had the rosy red apple today
#ELSEACT
give apple 1
set [811] 0
set [812] 1
set [813] 0
set [814] 0
set [815] 0
set [816] 0
set [817] 0
goto @exit

[@wednesday]
#IF
check [813] 1
#SAY
You have already had the rosy red apple today
#ELSEACT
give apple 1
set [811] 0
set [812] 0
set [813] 1
set [814] 0
set [815] 0
set [816] 0
set [817] 0
goto @exit

[@thursday]
#IF
check [814] 1
#SAY
You have already had the rosy red apple today
#ELSEACT
give apple 1
set [811] 0
set [812] 0
set [813] 0
set [814] 1
set [815] 0
set [816] 0
set [817] 0
goto @exit

[@friday]
#IF
check [815] 1
#SAY
You have already had the rosy red apple today
#ELSEACT
give apple 1
set [811] 0
set [812] 0
set [813] 0
set [814] 0
set [815] 1
set [816] 0
set [817] 0

[@saturday]
#IF
check [816] 1
#SAY
You have already had the rosy red apple today
#ELSEACT
give apple 1
set [811] 0
set [812] 0
set [813] 0
set [814] 0
set [815] 0
set [816] 1
set [817] 0

[@sunday]
#IF
check [817] 1
#SAY
You have already had the rosy red apple today
#ELSEACT
give apple 1
set [811] 0
set [812] 0
set [813] 0
set [814] 0
set [815] 0
set [816] 0
set [817] 1
goto @exit

Downpoints of this simple script... If you get a apple Monday
And dont get a apple for a week and want 1 the next monday

ure fuked >_>
 
Last edited:

slippy

Dedicated Member
Dedicated Member
Apr 17, 2003
132
0
93
IRELAND
who would prefer a neat little progyy that u run once? it reboots itself every night and delentes the namelist u specify?....

whole point is some people will forget to clear....this proggy will help server run smoother without hosyt havin to **** about
 

DeathWish

LOMCN VIP
VIP
Oct 29, 2003
1,269
2
265
lol this way is easy enough using a program n e way :P and the program aint hard to make ;)
 

slippy

Dedicated Member
Dedicated Member
Apr 17, 2003
132
0
93
IRELAND
yeah and once proggy is made...server goes up...u boot it like an extra exe...it will delete file every 12 midnight...

<-------200 yeeeeeeeeeey
 

DeathWish

LOMCN VIP
VIP
Oct 29, 2003
1,269
2
265
wot happens if no1 use's the npc and it dont create a text file? does it cause ne program errors?
 

slippy

Dedicated Member
Dedicated Member
Apr 17, 2003
132
0
93
IRELAND
nah...ill code it to loop itself, after midnight if noone uses it will still attempt to delete file, if file is not there it will be next day in mir neway so it dont really matter...if u know what i mean?
 

slippy

Dedicated Member
Dedicated Member
Apr 17, 2003
132
0
93
IRELAND
off topic...im gonna be headin out now, please continue to post...if i know people want it, ill make it faster!
 

Pyraine

Golden Oldie
Golden Oldie
Feb 22, 2004
1,002
1
175
Aggresion
I don't personally want it, coz I given up with mir, it's in teathers, but I think it will be a very useful app, include the feature to like name the file not just call it "apple.txt" and add multiple .txt file deletions, should be a pretty nice app...and if you really got time, make a server launcher, that launches server and that .exe :)
 

DeathWish

LOMCN VIP
VIP
Oct 29, 2003
1,269
2
265
lol pyraine would u like frys with that? :P


oO sounds like bb :P


btw nice script broken ;) accept if u miss as week like u said :P
 

slippy

Dedicated Member
Dedicated Member
Apr 17, 2003
132
0
93
IRELAND
way ahead of ye...thats what im thinkin of doin...and also releasin as 2 seperate apps for those who dont wish to use the launcher...and the integrated one for added stability between the 2 exes.