Hard Light Productions Forums
General FreeSpace => FreeSpace Discussion => Topic started by: Ace on July 31, 2003, 07:30:46 pm
-
Alright, for some reason my tagged SEXPTs don't seem to be working the code as-is at the moment is:
+when
|_+is_tagged
....|_NTC Oakland
....+send message
....|_#Command
....|_High
....|_c1tagged
Now TAGing is one of the few SEXPTs I haven't played around with. I searched the forum and checked VWatch for a SEXPT reference but there doesn't seem to be one with any information on this SEXPT.
-
1) It's SEXP, not SEXPT. It stands for symbolic expression.
2) Is-tagged does not and cannot work in the commercial FS2 engine. New code had to be written for it to function. Therefore, if you want to use the is-tagged sexp, you will need to download and use fs2_open, available from the Source Code Project.
-
how did it work in the campaign?
im also preety sure it worked in derilict.
-
Originally posted by Krackers87
how did it work in the campaign?
im also preety sure it worked in derilict.
They didn't use is-tagged. There are other SEXPs that deal with Tagging. They were used instead.
-
I have just experienced this problem, too. I realized that the is-tagged doesn't work, instead, the 'has-been-tagged-delay' has some use, but the is-tagged and has-been-tagged-delay is very different in the case I wanted to use them.
-
That's just what we need... another person who uses bold colored text in his posts...
-
What do you mean?
-
well at least i can read that dark green as opposed to dark blue :rolleyes:
is_tagged (should be "is-tagged") looks like it has been fixed. i haven't had the chance to use it yet, but i figure you can just give it a repeat count of 9999999 with the delay dependant on what is going to happen e.g.: fire beams if tagged and the ship is out of range for normal AI firing to take over.
-
Yeah, that blue is kinda annoying...
Oh, and cheers on the sexp. ;)
-
Originally posted by Sesquipedalian
1) It's SEXP, not SEXPT. It stands for symbolic expression.
2) Is-tagged does not and cannot work in the commercial FS2 engine. New code had to be written for it to function. Therefore, if you want to use the is-tagged sexp, you will need to download and use fs2_open, available from the Source Code Project.
1) It's been a long time since I've loaded up FRED :)
2) Sandwich reminded me of the has-been-tagged-delay which worked for what I wanted to do. Thanks Top Ace for mentioning this as well.