How to make MAX_'SOMETHING'
#5

Depends on how you use it your MAX_ITEMS define, it's just a command to the pre compiler so the former gets replaced with the latter during compiling* (MAX_ITEMS will be replaced with whatever you put to the right 'MAX_ITEMS 50' will replace MAX_ITEMS with 50 everywhere in your script).

If you use it to define an array it'll make the array 50 slots big, that's all it does really, just simplifying your needs.

*Or actually just before it starts compiling, pre check.
Reply


Messages In This Thread
How to make MAX_'SOMETHING' - by Gumica - 19.08.2012, 23:13
Re: How to make MAX_'SOMETHING' - by TaLhA XIV - 19.08.2012, 23:18
Re: How to make MAX_'SOMETHING' - by Shetch - 19.08.2012, 23:55
Re: How to make MAX_'SOMETHING' - by Gumica - 20.08.2012, 14:46
Re: How to make MAX_'SOMETHING' - by playbox12 - 20.08.2012, 15:18

Forum Jump:


Users browsing this thread: 1 Guest(s)