Code for Greater Than?

This forum is meant for requesting technical support or reporting bugs.

Moderators: time-killer-games, Vengeance66, Candle, reneuend, GM-Support

Code for Greater Than?

Postby Ikonz101 » Wed Sep 23, 2009 5:11 am

I have a score that needs to me met in order to progress to the next stage. I want it so that if you get 500 points you go to the next level. I have that working fine the only problem is that it you get 530 points it won't go to the next level because it is looking for the = to 500. What is the code to use so that even if it is greater then 500 it will still go to the next level?

Thank You
Ikonz101

This is the code I am using:

If MYSCORE = 500 Then
Action.gotoframe "Finished"
End If

UPDATE: This is the code I am using now and it works:

If MYSCORE >= 500 Then
Action.gotoframe "Finished"
End If
User avatar
Ikonz101
Frequent Poster
 
Posts: 128
Joined: Wed Nov 28, 2007 11:23 pm

Return to Adventure Maker Technical Support and Bug Reports

Who is online

Users browsing this forum: No registered users and 0 guests

cron