Updated Jasperre's AI
Updated Jasperre's AI to 1.4, fixed a few other coding bugs & fully compiled module.
This commit is contained in:
@@ -23,7 +23,7 @@ effects come in.
|
||||
void main()
|
||||
{
|
||||
//Edit Settings here ///////////////////////////////////////////////////////
|
||||
float z = 14; //How High the fireworks go before exploding
|
||||
float z = 14.0; //How High the fireworks go before exploding
|
||||
//DO NOT EDIT BELOW THIS LINE //////////////////////////////////////////////
|
||||
object oArea = GetArea(OBJECT_SELF);
|
||||
object oTarget = GetObjectByTag("FireworksSource");
|
||||
|
Reference in New Issue
Block a user