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