Jump to content
Sign in to follow this  
HazJ

[SOLVED] Macros + 'loadouts/' is not a class ('testLoadout' accessed)

Recommended Posts

EDIT:

Not sure why but after I reloaded the mission, I had completely different results. I thought I had done this already. I guess I must of changed something again and forgot to repeat. I have got it all working now though. The only thing I don't like but had to add is:

Does anyone know a better way to do this or just check inside class?

allLoadouts[] = {"testLoadout"}; // this reflects the loadouts in class loadouts
	class loadouts
	{
		class testLoadout
		{

Can't I just return all sub classes inside loadouts?

https://i.imgur.com/IUWVf7b.jpg

 

EDIT 2:

To answer my own question for EDIT, I guess I could use configClasses command.

  • Confused 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×