Scripting requests.
Author | Topic: Scripting requests. |
---|---|
Infiltrator
Member # 154
|
written Thursday, July 1 2004 08:18
Profile
The ability to use #defines, line in C. #define RED_KEYCARD_SPECIAL_ITEM 5 #define DONE_DRAGON_QUEST_SDF 1,3 It would make stuff so much easier. And the ability to get terrain properties from terrain scripts, e.g. short i; i = get_terrain_flag('is_open_door'); And putting 'is_open_door=1;' in all open door terrains... Would be so, so much cleaner than checking against all known open door numbers. -------------------- Apparently still annoying. Posts: 612 | Registered: Saturday, October 13 2001 07:00 |
Apprentice
Member # 4118
|
written Thursday, July 1 2004 11:57
Profile
Homepage
I'd like defines too. I love #defines in C. They make reading code much easier. Posts: 27 | Registered: Thursday, March 18 2004 08:00 |
Infiltrator
Member # 154
|
written Saturday, July 3 2004 00:29
Profile
Yeah. I mean, it's less numbers to remember and less tables you have to keep switching to to get the right number to use. -------------------- Apparently still annoying. Posts: 612 | Registered: Saturday, October 13 2001 07:00 |