• Hey you! Yes, you! Add images to your downloads, it's free! Use the orange "Manage Download Image" button in the top right.

No Minify !

Replaces one spell of your choosing with a different one

Replaces one spell of your choosing (Minify by default) with a different one (Pumpkin M.I.R.V. by default).

Can be edited to replace a different spell with a different other spell instead.


To make it work on your Halloween map, put this script into scripts/vscripts/ folder and create a logic_script entity with the following parameters:
Entity Script...........................no_minify.nut
Script think function..........Think
If you want to replace a different spell, edit the lines #18..#20
SPELL_TO_REPLACE <- 8; //Minify
REPLACEMENT_SPELL <- 3; //Pumpkin M.I.R.V.
REPLACEMENT_CHARGES <- 1;
The spell ID list is included inside the script.

And don't forget to pack the script into your map!
License
Free to use and modify.
Author
LizardOfOz
Downloads
72
Views
385
First release
Last update
Category
VScript