I don't think it's currently possible to go directly to a specific line number in the Script Editor. If not then it would it be possible to add such function, accessable from menu and/or keyboard short-cut, that would provide for this? Thanks.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: novel.com
The results are starting to come in for the Linux App Request Survey we first posted at the beginning of January. There are some really interesting trends that we can see from the results. ...
Of those top 10 applications, two of them are financial management packages. Looks like there is quite a demand for that. It looks like there is a huge interest in the AUTOCAD arena, as well. Something that is very well worth noting is the demand for multimedia applications....
Guys, if we want to make a big enough impact for change to actually take place, we need to get many more people helping with this study. If you know anyone who uses Windows (which is a lot of people), please send them a link to this survey. Every single vote counts. If we want to actually convince Intuit to make QuickBooks and Quicken for Linux, we have to get their attention. The same goes with all the other applications listed here.
MiniName = String.Format("%s Return",mininame);
SaveGameSlot(MiniGame_SAVSLOT,MiniName);
Wait(1);
RunAGSGame(mininame,0,game.previous_game_data+1);
// Script code executes normally
MiniName = String.Format("%s Return",mininame);
// The new keyword quesup instructions to be executed // after script completes.
QueueAfterScript {
SaveGameSlot(MiniGame_SAVSLOT,MiniName);
RunAGSGame(mininame,0,game.previous_game_data+1);
}
RunAGSGame (string filename, int mode, int data, optional int saveslot, optional int restoreslot)
saveslot - if this parameter is specified and greater than -1 then the current game is saved to this saveslot before starting the new game.
restoreslot - if this parameter is specified and greater than -1 then the new game is restored from restoreslot before displaying the first room.
String DataName[10]; String DataValue[10]; function get_buf(String name, String value) { // The dictionary is filled out by reading a file. // in another function. For the test we will just set it . DataValue[0]="555"; // A while loop is used to look up the name and get // the corresponding value. value = DataValue[0]; // At this point "value" contains the cotrrect data return true; } iGet(String name) { String buf=""; int status; // Call the above lookup function. status = get_buf(name,buf); // The parameter buf does not contain any // data after the call. }
Quote
... The matter drew increased attention in technology circles October 31, when software developer/computer security expert Mark Russinovich began blogging the details of problems he experienced after using his computer to play the copy-protected CD of "Get Right With the Man" by Van Zant, a Southern rock act signed to Columbia Records.
DQ3SOD-S100-B02.ZIP (3Mb) Unzip to folder: "DQ31SOD-V100"
DQCYCLE-A100-B01.ZIP Unzip to folder: "DQCYCLE" DQGAGI-A100-B01.ZIP Unzip to folder: "DQGAGI" DQGAGIPnC-A100-B01.ZIP Unzip to folder: "DQGAGIPnC" DQGSCI0-A100-B01.ZIP Unzip to folder: "DQGSCI0" DQGSCIPnC-A100-B01.ZIP Unzip to folder: "DQGSCIPnC" DQGVC-A100-B01.ZIP Unzip to folder: "DQGVC" DQSLOT-A100-B01.ZIP Unzip to folder: "DQSLOT"
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.113 seconds with 14 queries.