Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: nickmasterx on Fri 22/06/2007 08:25:16

Title: Regrouping Commands in the Interaction Editor & Subtract Score
Post by: nickmasterx on Fri 22/06/2007 08:25:16
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?
Title: Re: Regrouping Commands in the Interaction Editor & Subtract Score
Post by: on Fri 22/06/2007 09:08:14
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.
Title: Re: Regrouping Commands in the Interaction Editor & Subtract Score
Post by: nickmasterx on Fri 22/06/2007 09:41:58
ok, thanks. The interaction editor is pretty much useless then  :-[ I also noticed most of the script names displayed in the editor are outdated.
Title: Re: Regrouping Commands in the Interaction Editor & Subtract Score
Post by: Elessar on Fri 22/06/2007 21:46:04
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.
Title: Re: Regrouping Commands in the Interaction Editor & Subtract Score
Post by: Khris on Sat 23/06/2007 14:10:54
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.