mkbul's Profile
Hello all, my name is Mike and im from Greece. I was born in the 90s in Lamia, but lived in Athens soon after. I have one brother named Kostas. As a person i love maths and lab, and generally exploring, discovering and mysteries. I play Dink since 2003, and i've been a proud fan of it. I'm in Senior High School, but i will soon give exams for university. I've found & joined this forum on (at least if my memory doesn't lie to me) 2008. This is when i discovered D-modding, and started making my first D-mod, The Papyrus Adventures. Release date Unknown, but it's more likely to be late, as im a both buzy and lazy person.
Thanks for taking the time to read about me, Mike aka Mkbul
Thanks for taking the time to read about me, Mike aka Mkbul
mikebuler@gmail.com
Private Message
mkbul@hotmail.com
This is the script:
When the script runs, everything is ok, until the first move_stop command. When the command comes, the game freezes and you cant do nothing! Any help?
// Beginning cutscene from The Papyrus Adventures (1st scene of 4) void main(void) { freeze(1); int &mom = create_sprite(176, 222, 16, 221, 1); preload_seq(221); int &dad = create_sprite(429, 154, 16, 411, 1); sp_base_walk(&dad, 411); sp_base_idle(&dad, 411); sp_speed(&dad, 1); preload_seq(411); freeze(&dad); wait(100); say_stop("`3Dear, Did you got ready Vink's things?", &dad); wait(100); say_stop("`4Yes, i still cannot belive it, my son finnaly grew up!", &mom); wait(200); say_stop("I heart that!", 1); wait(100); say_stop("`4Are you sure you dont wanna eat before you go?", &mom); wait(100); say_stop("No mum, we will go by boat, remember?", 1); wait(100); say_stop("`3Irene, he is ready, i know him, he is hero like his father!", &dad); wait(200); say_stop("`4Dink, you're such a crank!", &mom); wait(500); say_stop("Ok, i'm leaving now!", 1); wait(100); move_stop("1, 2, 223, 1"); say_stop("`4Hey, you will leave without a kiss?", &mom); sp_dir(1, 6); sp_dir(&mom, 4); wait(100); say_stop("Uh...right. *kisses*", 1); wait(200); say_stop("`3Pff...womens", &dad); unfreeze(&dad); wait(100); say_stop("Ok, im leaving now, see ya!!", 1); move_stop(1, 4, 314, 1); wait(50); move_stop(1, 2, 338, 1); }
When the script runs, everything is ok, until the first move_stop command. When the command comes, the game freezes and you cant do nothing! Any help?
mkbul has released 1 file
Title | Category | Avg | Updated |
---|---|---|---|
Dark Grass Cliff Tile | Development, Graphics | ![]() | April 17th, 2010 |
mkbul has written 4 reviews
Title | File | Type | Score | Date |
---|---|---|---|---|
An example for what a d-mod should be | Dinky Dimensions 1: FIAT | Normal | ![]() | April 24th, 2010 |
Nice work | Green Walls | Normal | ![]() | March 3rd, 2010 |
Exceptional, but the INI could have saved you more | Debris | Normal | ![]() | March 1st, 2010 |
I was thinking a file not so good that doesnt explain all those, but... | An Introduction to DMOD Making | Normal | ![]() | March 29th, 2009 |
mkbul has taken 1 screenshot
Screenshot | File | Date |
---|---|---|
![]() |
Dark Grass Cliff Tile | April 19th, 2010 |