| |
GM7 coding help
Weston404 |
|

Cool beans
![Super Happy Heart Badge [*]](https://archive.mfgg.net/html/badges/shappyheart.gif)

Group: Members
Posts: 956
Member No.: 3784
Joined: 19-May 07
Status: (0d)
![[--]](style_images/mfgg2_skin/warn_nosuspend.gif)

|
I'm still getting errors...
| CODE | ___________________________________________ FATAL ERROR in action number 8 of Draw Event for object obj_camera:
COMPILATION ERROR in code action Error in code at line 26: if global.rankscore > 201
at position 2: Unexpected symbol in expression.
|
The full code is:
| CODE | //Rank box draw_sprite_ext(spr_rankbox,-1,view_xview[0]+147,view_yview[0]+2,1,1,0,c_white,0.7) if global.rankscore > 100 draw_sprite_ext(spr_rank,0,view_xview[0]+152,view_yview[0]+7,1,1,0,c_white,0.7) if global.rankscore < 100 and global.rankscore > 201 draw_sprite_ext(spr_rank,1,view_xview[0]+152,view_yview[0]+7,1,1,0,c_white,0.7) if global.rankscore < 200 and global.rankscore > 301 draw_sprite_ext(spr_rank,2,view_xview[0]+152,view_yview[0]+7,1,1,0,c_white,0.7) if global.rankscore < 300 and global.rankscore > 401 draw_sprite_ext(spr_rank,3,view_xview[0]+152,view_yview[0]+7,1,1,0,c_white,0.7) if global.rankscore < 400 and global.rankscore > 501 draw_sprite_ext(spr_rank,4,view_xview[0]+152,view_yview[0]+7,1,1,0,c_white,0.7) if global.rankscore < 500 and global.rankscore > 601 draw_sprite_ext(spr_rank,5,view_xview[0]+152,view_yview[0]+7,1,1,0,c_white,0.7) if global.rankscore < 600 and global.rankscore > 701 draw_sprite_ext(spr_rank,6,view_xview[0]+152,view_yview[0]+7,1,1,0,c_white,0.7) if global.rankscore < 700 and global.rankscore > 801 draw_sprite_ext(spr_rank,7,view_xview[0]+152,view_yview[0]+7,1,1,0,c_white,0.7) if global.rankscore < 800 and global.rankscore > 901 draw_sprite_ext(spr_rank,8,view_xview[0]+152,view_yview[0]+7,1,1,0,c_white,0.7) if global.rankscore < 900 draw_sprite_ext(spr_rank,9,view_xview[0]+152,view_yview[0]+7,1,1,0,c_white,0.7)
|
--------------------
 If a pokemon breaks it's legs, does that mean it can't sleep?
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
Track this topic
Receive email notification when a reply has been made to this topic and you are not active on the board.
Subscribe to this forum
Receive email notification when a new topic is posted in this forum and you are not active on the board.
Download / Print this Topic
Download this topic in different formats or view a printer friendly version.
[ Script Execution time: 0.0548 ] [ 14 queries used ] [ GZIP Enabled ] [ Server Load: 0.97 ]
| |