top of page
Display Day of the Week
4.27
You can place this script in your game and call for it in order to display what day of the week it is.
Credits
DontJoelMe
How To
The offsets you see are pointing to the days of the week that exist in the games data already.
Use call <#address of where you post this script>, then in your message box just use [buffer1]. If your script is already utilizing [buffer], then you can change what buffer this script is using by changing all of the instances of buffer1
section0:
special2 varResult 218
if.compare.call varResult == 0 <section1>
if.compare.call varResult == 1 <section2>
if.compare.call varResult == 2 <section3>
if.compare.call varResult == 3 <section4>
if.compare.call varResult == 4 <section5>
if.compare.call varResult == 5 <section6>
if.compare.call varResult == 6 <section7>
return
section1:
bufferstring buffer1 <3EBD1B>
return
section2:
bufferstring buffer1 <3EBCAF>
return
section3:
bufferstring buffer1 <3EBC90>
return
section4:
bufferstring buffer1 <3EBCD8>
return
section5:
bufferstring buffer1 <3EBD5C>
return
section6:
bufferstring buffer1 <3EBCA8>
return
section7:
bufferstring buffer1 <3EBD0B>
returnHappy Hacking!
bottom of page


