trigger once has gone
Moderator: Moderators
-
UBER_SOLDAT
- Warrant Officer
- Posts: 127
- Joined: Wed Aug 07, 2002 7:44 pm
- Location: ENGLAND
- Contact:
trigger once has gone
i installed one of the .bsp to .map programs the other day, and yesterday, i was looking at one of my maps, and the trigger_once's had all been replaced by green brushes, w/out trigger written on them. I closed radiant and then reloaded it, and all the trigger_onces were small blocks like script origins, that i cant resize. I compiled the map anyway, and when i tried it, none of the threads called by trigger_once's loaded. I checked my map in radiant after, and there were no trigger onces. I've got entdefs.pk3 in the main folder, and dont know what else to do. All the other triggers, eg use_once are still there.
-
UBER_SOLDAT
- Warrant Officer
- Posts: 127
- Joined: Wed Aug 07, 2002 7:44 pm
- Location: ENGLAND
- Contact:
i think i created new ones, but i gave each one different targetnames, setthreads etc. I tried using trigger_mulitples, but most of the triggers are in dorrways, that you have to go back thru afterwards, so it kept loading them, and the screen filled up with 'An objective has been completed!'. Would i be able to put '$trigger_targetname remove' in the script, to remove the trigger once its called the thread?
remove
Yes, you can remove a trigger. Just use the targetname and put remove like this:
$targetname remove
$targetname remove
