• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Forum Game GML Celebrities

E

Ethanicus

Guest
Basically you take a famous person's name and somehow integrate something from GML into it.

For example:
Johnny Deppth
 
E

Ethanicus

Guest
Not a celebrity but...

Cinderella's evil Step Event Sisters.

Code:
///obj_sisters_Step_1

with (obj_cinderella)
     {
     torment=1
     }
 
E

Ethanicus

Guest
Code:
with (donald_trump)
     {
     instance_create(border_x, border_y, obj_wall)
     }
 
Top