Hey Stego do you need a new coder, cause I would be glad to help out your game ,I have made a DBZ game and two Naruto games but they were destroyed after a month from competition -.- ,but I would rather just help you know than start a new one or update any of my old ones.I am also a pretty talented coder if you need one (Sorry for off-topic). So if you need or want me :D then just say so or contact me by;
The game needs a better fighting system that would surpass anyone elses ya'know? So you actually see the punching and attacking!
proc/attack flick('usr.attack.dmi', usr) flick("usr.icon attack", usr) var/battle/battleobj/attack/A = new(get(src.src, loc) icon = 'blank.dmi' icon_state = "blank" A.loc = attack src.dmg = src.tai proc/attack damag... //I do not want to go on and explain all of the damage command so I will stop right here :D
and weapon throwing:
proc/throw/kunai flick('usr.throw/kunai.dmi', usr) flick("usr.icon throw/kunai", usr) var/throw/kunai/A = new (src.loc, src) A = dir.loc walk = A .dir//Or sumtin like that sorry forgot the command :D icon = 'kunai.dmi' icon_state = "kunai" src.dmg = src.tai+2+O
proc/throw/needles flick('usr.throw/needles.dmi', usr) flick("usr.icon throw/needles", usr) var/throw/needles/A = new (src.loc, src) A = dir.loc walk = A.dir //Or sumtin like that sorry forgot the command :D icon = 'needles.dmi' icon_state = "needles" src.dmg = src.tai+5+O
proc/throw/shuriken flick('usr.throw/shuriken.dmi', usr) flick("usr.icon throw/shuriken", usr) var/throw/shuriken/A = new (src.loc, src) A = dir.loc walk = A .dir//Or sumtin like that sorry forgot the command :D icon = 'shuriken.dmi' icon_state = "shuriken" src.dmg = src.tai+10+O
you do not have to use these commands exactly just the idea (Also you would have to make the icons for them :D)This is just a thought and I hoped it helped BTW you would have to add in damage and desity and fastmove and other factors to it this is just so it would look more real.
:O!!!!!!!!!! hey want me to send you a Naruto demo that I am going to soon publish?????it could help you out with coding (*STILL waiting for Stego!!!!!!!!!!!!!!*)
Guess what Menzu i've got really far on my game! so you think you can help me with some coding stuff? Just everynow and then cause i'm a little too lazy to actually code it lol