Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - PIT

#1
I just absolutly love these two games!!!
I laughed my head off when I played these!  ;D
What's your opinion?
#2
Here I am, back with yet ANOTHER question.

How would I script a character (MER1 by the way) to wonder around the whole game world (all the rooms) aimlessly.

I tried this going for the current room with this:
Code: ags

if (cMer1.Room == player.Room) {
cMer1.Walk(Random(320), Random(200), eNoBlock, eWalkableAreas);
}

But of course he went spastic, trying to go everywhere at once.

Then I tried this:
Code: ags

if (cMer1.Room == player.Room) {
cMer1.Walk(Random(1), Random(1), eNoBlock, eWalkableAreas);
}

but he just stated walking, but not moving.

I'm completely stumped  ???
#3
How can I make two characters walk at the same time.
I mean i have two characters walking with the keyboard, one of them uses W,S,A and D, the other uses the arrow keys.
But I can't make a non-blocking script.

Little help PLZ???

(I ask too many questions don't I)
#4
Beginners' Technical Questions / MIDI Files
Mon 27/11/2006 22:54:58
I'm confused with my game MIDI files.
Sometimes they won't play.
It is named MUSIC1 and my game says PlayMusic(1);
but it still wont play
Does anyone else have this problem?
And could someone help me?
#5
I am rying to make a custom Icon for my AGS game.
It is a proper .ico file but it doesn't work.
I read the manual very carfully and followed all instuctions.
Can someone help?
#6
Beginners' Technical Questions / Gun Battle?
Wed 08/11/2006 23:50:20
How would you script a bullet sprite to go from the edge of you're gun untill it hits something solid ie. a character or wall?
#7
I can't get health and mana working together they come up as the same.
I'm using the GiveScore(...); command for both, but they equal the same.
#8
Help! I can't pass 'Bang Bang You're Dead', Creator made this game too hard, does anyone know any cheats or what?
:o
SMF spam blocked by CleanTalk