Quote:
Originally Posted by HydraX
Quote:
Originally Posted by Merlо
Define all teles and weapons id's, as:
#define TELES1 2
#define TELES2 3
...
#define WEAPONS1 11
#define WEAPONS2 12
...
|
can they be any number or do they have to be in order? That's the part that confuses me the most.
|
They don't HAVE to be in order but there's no reason why they shouldn't. In my latest script I have about 30 dialogs and they are defined in ascending order. They work perfectly.