1 | function scr_stickto |
2 | { |
3 | _stickto = instance_create(0, 0, obj_stickto) |
4 | _stickto.stickingobj = id |
5 | _stickto.stucktoobj = argument0 |
6 | _stickto.relativedepth = argument1 |
7 | with (_stickto) |
8 | event_user(0) |
9 | } |