Page MenuHomeFeedback Tracker

Artillery commands are case sensitive, they dont need to be (causes headache for mission makers)
Acknowledged, NormalPublic

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

Wulf changed the task status from New to Acknowledged.Oct 17 2017, 11:40 AM
Wulf added a subscriber: Wulf.

Hello.

Thank you for the report. I will ask the devs and see if there is indeed a reason behind this.

Hello.

Thank you for the report. I will ask the devs and see if there is indeed a reason behind this.

thanks for your care Wulf