• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[Crash] Putting in 100.0 in a percent field

Status
Not open for further replies.
Level 15
Joined
Aug 7, 2013
Messages
1,337
Hi,

In a script I accidentally forgot to turn a real into a percent, and input into a field that expects a percent:

100.0

This worked, but when I try to delete such an object, WC3 editor crashes, claiming there isn't enough storage space to process the command...

When I fixed the script and made it input 1.0 instead (100%), no more crashes.

Now why in theory would an ability that gives a 100 * 100 % bonus take up too much storage space to delete ?_?
 
Status
Not open for further replies.
Top