AngelScript code snippet database

This is a database of AngelScript code snippets, which can be used for scripting Jazz Jackrabbit 2 levels using JJ2+. You can find out more about JJ2+'s AngelScript capabilities and syntax in the scripting readme.

Latest snippets
Lori Multiple Air Jumps 1.0 April 09, 2015 06:51
Lori can use both Jazz's Air Jump and Spaz's Air Jump. By pressing "Z" Lori will be able to use helicopter ears, and by pressing "X" Lori will be able to use double jump.
Super ice 1.0 March 03, 2015 23:20
Ice bullets explode violently upon impact causing injury and knockback to players struck by the bullets. Additionally, pressing fire while frozen fails to melt you any faster.
Alternate ammo display 1.0 March 03, 2015 23:16
Instead of displaying your ammo count as a number, displays it as a horizontal line of (mostly translucent) pickup animations
Bubble Gun 2.0 February 24, 2015 21:39
Adding the code for the Bubble Gun as a snippet here for convenience in case anyone wants to use it in their own levels.
Powerups as Pickups 3.0 February 05, 2015 03:57
Replaces all Powerup monitors with special +3 Ammo pickups. Your powerup status for any given ammo type (except blaster) will reflect whichever ammo pickup you last collected, specifically whether it was itself powered-up or not. Updated (v3.0) to work for ammo that comes out of crates.
Steer fly carrot with mouse 1.0 February 03, 2015 21:27
As with any mouse-based code, doesn't work so well in splitscreen or 3D.
Armor 5.0 January 06, 2015 19:12
Armor. The armor protects you from enemies, if you get hurt sometimes you don't even lose a heart.
Fall Damage 3.0 December 30, 2014 15:30
Well... in Jazz Jackrabbit 2 when you fall you don't lose hearts this is a simple script that makes you lose hearts when you fall.
Gem Saving 6.0 December 29, 2014 16:43
If you add death pits in your treasure hunt levels, and gems do not re-generate, when you die in a death pit you lose all your gems, so... this will save your gems.
Drop Ammo on Death 2.0 December 01, 2014 17:36
When you die you will drop your ammo on the ground, and you can get your ammo back.
Operations on ASCII values 5.0 September 12, 2014 20:42
Although extremely simple, AS documentation never mentions how to perform these operations, so this snippet is to spare your time searching. Function explanations in comments.
Shoot as bird 1.0 September 11, 2014 20:59
Rework of this:
Shared splitscreen camera 1.0 July 09, 2014 07:45
When playing two-player splitscreen, the screen is shared between both players instead of being literally split in two whenever the two of you are near enough for this to be possible.
Carrots cannot be buried in the ground with toaster 1.0 April 15, 2014 11:28
What the title says. It has come to my knowledge that in some levels, it is possible to use toaster to "bury" objects such as carrots so that they are permanently out of reach. This snippet acts as a quick solution to that issue.
Devan as your follower 1.0 March 28, 2014 22:31
Flashbang 2.0 March 28, 2014 21:23
It works like its Counter Strike counterpart.
Limited air supply underwater 7.0 February 25, 2014 20:47
Does what the title says. You can easily adjust the time it takes to drown to your liking by changing the p.timerStart() value.
Grappling Beam 2.0 October 30, 2013 20:02
Uses the Fireball Gun as the Grappling beam, so it needs /fireball to be on. It can be used without mouse aiming, but that is not recommended.
Running uses stamina 2.0 October 28, 2013 20:00
Have a look at the title.
Player can shoot as a bird 1.0 October 24, 2013 21:20
This script lets you shoot as a bird.