ok so here is the code for my store function
:Menu("Store","Salad(5:10)",F1,"Chicken(10:20)",F2,"Burger(15:30)",F3,"Steak(25:50)",F4,"Ribs(50:100)",F5,"Buffet(200:200)",F6,"Back",MM)
:Lbl F1
:If M__>__5
:5->Q
:10->V
:Pause
:Goto BY
:If M<5
:Pause
:Goto NE
:Lbl F2
:If M__>__10
:10->Q
:20->V
:Pause
:Goto BY
:If M<10
:Pause
:Goto NE
:Lbl F3
:If M__>__ 15
:15->Q
:30->V
:Pause
:Goto BY
:If M<15
:Pause
:Go to NE
:Lbl F4
:If M__>__25
:25->Q
:50->V
:Pause
:Goto BY
:If M<25
:Pause
:Goto NE
:Lbl F5
:If M__>__50
:50->Q
:100->V
:Pause
:Goto BY
:If M<50
:Pause
:Goto NE
:Lbl F6
:If M__>__300
:200->Q
:200->V
:Pause
:Goto BY
:If M<200
:Pause
:Goto NE
:Lbl BY
:M-Q->M
:A+V->A
:Goto MM
:Lbl NE
:A+0->A
:M+0->M
:Goto MM
What happens is that it lets the user get it even if they don't have the money for it
so any help would be great