shosey Posted April 25, 2004 Author Share Posted April 25, 2004 I think we're both using the same method too. We should probably work something out so they don't conflict anymore. Link to comment Share on other sites More sharing options...
shosey Posted April 26, 2004 Author Share Posted April 26, 2004 does anybody know of a way to get a script to insert new text into a dialog? Link to comment Share on other sites More sharing options...
tk102 Posted April 26, 2004 Share Posted April 26, 2004 That's not possible -- the text has to exist already. The only thing a script can do is either return a TRUE or FALSE value that a dialog can use to fork properly, or the script can start a new dialog altogether. It makes things cumbersome I know. Link to comment Share on other sites More sharing options...
shosey Posted April 26, 2004 Author Share Posted April 26, 2004 well, heres my idea then - I just started on a little utility that will output all the possible combinations for tiles flipped and not flipped. once this is done, is there some insight you can lend me to write these out to a dialog file. Basically I guess I just want this program to write a new dialog file and for the text fields it will generate all the possible combinations for flipped and unflipped tiles. Link to comment Share on other sites More sharing options...
tk102 Posted April 26, 2004 Share Posted April 26, 2004 Oy. Yes it would have to be generated programatically or it would take you forever just to enter the EntryList and ReplyList. Creating a .dlg programatically isn't trivial. I have some Perl modules written that handle GFF files. Fred Tetra probably has some .NET classes that could be used if that's your bag. We can take this offline via PM/email. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.