Jump to content


JakeX

Member Since 15 Nov 2003
Offline Last Active Mar 06 2012 07:40 PM

Posts I've Made

In Topic: Project Scarlet

27 September 2011 - 12:26 AM

Updated with some bug fixes and a few gameplay tweaks. Thought I'd give this topic a little bump.

In Topic: Definition of instance_position

27 September 2011 - 12:18 AM

Basically, if there's an instance of obj whose bounding box contains the point at the given x and y values, it returns that instance's id. It's useful for some collision checking.

In Topic: Random Chances

27 September 2011 - 12:14 AM

random() returns any real value from 0 to just under 3.
So it could return, say, 1.34 or 2.56

What you want to do is use irandom_range(A,B), which returns an integer value from A to B, inclusive.
So irandom_range(1,3) would only ever return 1, 2, or 3.

In Topic: Hard Hat IV

25 May 2011 - 02:14 PM

ohmygodohmygodohmygod new Hard Hat game.
*continued armflailing*

In Topic: Crimson Tears ~ Online FPS Action

24 April 2011 - 09:14 PM

New update - this one's mostly just bug fixes. I want to add some new guns and modes soon, though.
Also going to start thinking of ways to add in custom maps, spectator mode, and some other things.

Oh, and stat tracking.