Description
Description
Details
Details
- Severity
- None
- Resolution
- Open
- Reproducibility
- N/A
- Operating System
- Windows 7
- Category
- General
Steps To Reproduce
// this works fine
mortar1 commandArtilleryFire [(mortar1 getRelPos [500,0]), "8Rnd_82mm_Mo_shells", 3];
// this doesnt work
mortar1 commandArtilleryFire [(mortar1 getRelPos [500,0]), "8Rnd_82mm_mo_shells", 3];
^ notice the lower-case M in 8Rnd_82mm_mo_shells in the non-functional example
Additional Information
Just tweak them to not be case-sensitive
Event Timeline
Comment Actions
Hello.
Thank you for the report. I will ask the devs and see if there is indeed a reason behind this.