Jump to content


poke25

Member Since 10 Dec 2006
Offline Last Active Oct 23 2011 11:21 PM

Posts I've Made

In Topic: Pokemon Game :o

13 December 2009 - 07:00 PM

A few questions:
1. Where is the grid movement?
2. I know the exp system is not done, but do you plan to include EV's and IV's?
3. Is this using Set damage?

In Topic: Making Enemies Move When You Get Close To Them

08 November 2009 - 01:02 PM

in the step event of your enemy, use something like

if distance_to_object(obj_player) < [number]
{
//your method for moving the enemy
}

where any distance between the player and enemy that less than [number] will make the enemy move.


Um, so I edit that code myself (besides the number)? Not great with codes sorry. Plus, it's not working right now.

can we see your edited code? remember you have to change:
obj_player
number
// your method of moving the enemy

In Topic: Solved-waterbug Movement System-solved

08 November 2009 - 03:18 AM

*facepalm* I always forget about that function, thanks. :)

In Topic: Temperal Storm Sound Request

08 November 2009 - 01:38 AM

EDIT: Soz, i thought i was in a different forum, What format do you want these in, Midi, MP3, or wav?

In Topic: Need Music For A Game? I'M Happy To Take Requests!

07 November 2009 - 07:02 PM

okay, its no biggy I'll just fix it up a bit. thanks a bunch  :)