Jump to content

Scripting requests.


UA

Recommended Posts

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.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...