Jump to content


stupidozziegirl

Member Since 24 May 2009
Offline Last Active May 27 2009 05:55 PM

Posts I've Made

In Topic: Battle Character Creator Sprites

27 May 2009 - 05:55 PM

I like yours. There is another one out, though. It's with the charas, but it's not the online one. Here's the link if you want to see it.

http://www.charas-pr...php?topic=886.0

And here's a link to all of the spirtes separated (they're labeled in French, but easy to figure out):

http://www.charas-pr...p?topic=11306.0

In Topic: Character Customization?

24 May 2009 - 05:08 AM

That depends. What do you mean by customizing a character?


Customize as in the user is able to create a character ie change hair color, clothing, etc.

In Topic: Easy Rpg Making Lib

24 May 2009 - 03:47 AM

Wow, this is really cool! Thank you!

In Topic: Enemy Damage Help

24 May 2009 - 03:21 AM

What have you already tried? Post the code you are using.

Maybe the enemy is being hit every step, which would be why it is being killed so easily. If so, use a variable that tells whether the enemy was hit, and is reset by an alarm, and the  enemy will only take damage when the variable is false.


Hey I'm the same member as ozziegirl, my account did something funny and I had to switch.

Anyway, I set the enemy's hp to 10, and when it was attacked I made it lose 1 point.  (I don't know much about GML so I just got it from D&D)

hp=10
hp-=1
if hp<1
instance_destroy()