• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Question about TimerUtils and other libraries.

Status
Not open for further replies.
Level 20
Joined
Jul 14, 2011
Messages
3,213
Actually, one of them works for all spells.

Several spells and systems uses the same TimerUtils library. Most of them may have already implemented TimerUtils, but you just need one TimerUtils library for all the abilities that require it to work, so, if you already have TimerUtils and download a new spell that includes TimerUtils, you can delete it, as it will work anyway (and Jasshelper should give errors if you have repeated libraries)
 
Actually, one of them works for all spells.

Several spells and systems uses the same TimerUtils library. Most of them may have already implemented TimerUtils, but you just need one TimerUtils library for all the abilities that require it to work, so, if you already have TimerUtils and download a new spell that includes TimerUtils, you can delete it, as it will work anyway (and Jasshelper should give errors if you have repeated libraries)

i wasn't saying he needed multiples of the same library. I meant if the spell had multiple libraries being required you need all of them.
 
Status
Not open for further replies.
Top