
kamaroman68
USA
Asked
— Edited
Not sure what happened here. This tiny fun script used to work and now it does not. Anyone interested in taking a look at this.Code:
IF ($month = 4 And $day =16)
sayezb("happy birthday christian")
sleep(1500)
ElseIf ($month = 4 And $day = 17)
sayezb("happy birthday natalie")
sleep(1500)
ElseIf($month = 6 And $day = 12)
sayezb("happy birthday grace")
sleep(1500)
ElseIF($month = 10 And $day = 21)
sayezb("happy birthday cole")
sleep(1500)
EndIf
Try changing all your Elesif to Else like this (however I'm not sure Else will compare two things). If I do this at least it won't keep looping :
Code:
Not sure anymore but I think you also may need a space after each else.
I recommend using Blockly to learn how to program first. It's real easy and can't make mistakes.
Code:
Is your ARC updated ? If not update and test again.