Is there a way to regroup the commands listed in the Interaction Editor? When I want to change something I don't want to have to delete everything and start over.
Also, is there a way to subtract score?
Regrouping isn't possible, and changing the names wouldn't work either, so, as far as I know, no.
As to substracting score, just call givescore with a negative number.
ok, thanks. The interaction editor is pretty much useless then :-[ I also noticed most of the script names displayed in the editor are outdated.
Quote from: nickmasterx on Fri 22/06/2007 09:41:58ok, thanks. The interaction editor is pretty much useless then :-[
Not quite. You can insert commands before or after the selected command, and you can delete individual commands. So if you wanted to move a command, just delete it and insert it where you want it. Thus you don't have to delete everything, just the one you want to move. However, if you have a lot of commands, it would be easiest just to write them in a script.
AGS 2.8 beta got rid of the Interaction editor. So it isn't going to be obsolete some time in the future, it's happening now.
The sooner you learn to script the better.