xoBonesxo Member Sep 26, 2018 #1 Need help with my base explosion potion script. Potions do not follow target. instead they drop at location target was at when queued. Attachments BaseExplosionPotion.cs 7.3 KB · Views: 6
Need help with my base explosion potion script. Potions do not follow target. instead they drop at location target was at when queued.
Joshua93 Member Aug 11, 2021 #2 Switch these 2 lines to true and that should do the trick. C#: private static bool InstantExplosion = true; // Should explosion potions explode on impact? private static bool RelativeLocation = true; // Is the explosion target location relative for mobiles? Last edited: Aug 11, 2021
Switch these 2 lines to true and that should do the trick. C#: private static bool InstantExplosion = true; // Should explosion potions explode on impact? private static bool RelativeLocation = true; // Is the explosion target location relative for mobiles?