- Joined
- Aug 15, 2012
- Messages
- 318
So say I have multiple dummies do I add them all to xebasic just by adding extra lines? I have this for one spell would I need all data for all the spells? I have 4 spells that require this library which is why I asked although they all seem to be working but the main one that uses this dummy.
JASS:
globals
constant integer XE_DUMMY_UNITID = 'e000'
constant integer XE_HEIGHT_ENABLER = 'Amrf'
constant integer XE_TREE_RECOGNITION = 'Aeat'
constant real XE_ANIMATION_PERIOD = 0.025
constant real XE_MAX_COLLISION_SIZE = 197.0
endglobals
endlibrary