Knuckle Cracker

Creeper World 3 => The Coder's Corner => Topic started by: flareboy127 on October 15, 2014, 02:10:32 PM

Title: Using Artifacts Of Odin with CRPL scritpt
Post by: flareboy127 on October 15, 2014, 02:10:32 PM
Im attempting to make a code that, given there are units in range, the CRPL core will fire a mass device at your unit, destroying it. Anyone know how to make that happen? Ive attempted to use CreateMass, CreateMassDevice, and a lot of others? Any one have ideas?
Title: Re: Using Artifacts Of Odin with CRPL scritpt
Post by: knucracker on October 15, 2014, 02:39:40 PM
I just filled in the wiki page here:
http://knucklecracker.com/wiki/doku.php?id=crpl:docs:fireaoo

Basically,

FireAoo("Mass" RandCoords)

will make a real mess of a map.
Title: Re: Using Artifacts Of Odin with CRPL scritpt
Post by: Grayzzur on October 15, 2014, 04:03:16 PM
As a side note, you don't need to guess command names. They should all exist on the CRPL reference page. They're not all documented, some of the commands are red broken links with no page at all behind them, but the command names are all there.