mrj6000
Guest
the script would b easy enuf, just the getting it to update every 24 hours.
below is my feeble attempt at the basic script:
[@main]
#ACT
#checkitem apple
#SAY
You've already had your apple today\
<Leave/@exit>\ \
#ELSESAY
You have not had an apple today...\
<Get apple/@getapp>
break
[@getapp]
#ACT
giveitem apple
#SAY
Here is your apple!\
<Thanks/@exit>
break
might work, if the player could only use one apple every day...
below is my feeble attempt at the basic script:
[@main]
#ACT
#checkitem apple
#SAY
You've already had your apple today\
<Leave/@exit>\ \
#ELSESAY
You have not had an apple today...\
<Get apple/@getapp>
break
[@getapp]
#ACT
giveitem apple
#SAY
Here is your apple!\
<Thanks/@exit>
break
might work, if the player could only use one apple every day...
