MDL_Sas Posted July 23, 2002 Posted July 23, 2002 I have a button opening a double door with a multiple trigger supposidly use_button value= the actual button but in the game I don't have to press the use key and it works but says warning: entity used itself can anyone help me with changing that so where the use key opens my door without having the warning?
Wes Marrakesh Posted July 23, 2002 Posted July 23, 2002 wouldn't you have to target the trigger at the button/door?
RichDiesal Posted July 23, 2002 Posted July 23, 2002 Don't ever target anything AT a trigger_multiple. That serves no point. Just target the func_button directly at the func_door (nothing in between, nothing on the side) and it should work fine...
MDL_Sas Posted July 23, 2002 Author Posted July 23, 2002 but thats what i have =\ trigger to button button to door..
idontlikegeorge Posted July 23, 2002 Posted July 23, 2002 um, no trigger to button to door trigger to door! the button is the trigger!
Emon Posted July 23, 2002 Posted July 23, 2002 If you trigger a trigger won't the trigger that was the target of the first trigger get triggered?
MDL_Sas Posted July 23, 2002 Author Posted July 23, 2002 Cause if I compile the map with just the button as the trigger it doesn't open the door.. =\
dimi30 Posted July 23, 2002 Posted July 23, 2002 With func button the trigger is not needed. You just trigger the button directly to the door.
RichDiesal Posted July 23, 2002 Posted July 23, 2002 Originally posted by Emon If you trigger a trigger won't the trigger that was the target of the first trigger get triggered? If you trigger a trigger, the trigger that was the target of the first trigger should be triggered, but sometimes a trigger getting triggered causes weird triggerings to occur. *phew* Anyway, that's probably what's causing his error. It would technically WORK (and apparantly does), but you don't need to do it. The thing is, with a func_button, all you need to do is push up against the button to activate it... I'm betting you put in both because you want to use the USE_BUTTON. I would suggest then, not to use the func_button, and instead just target the trigger_multiple directly at the door.
MDL_Sas Posted July 23, 2002 Author Posted July 23, 2002 not sure if it will work for me yet but I'll try it =) but whats the value of the use_button supposed to be set to?
RichDiesal Posted July 23, 2002 Posted July 23, 2002 Value? Umm... checked. When you check USE_BUTTON, it will add a spawnflags key and whatever value is attached to it. No need to enter anything manually.
MDL_Sas Posted July 24, 2002 Author Posted July 24, 2002 To tell ya the truth I found out what the warning was.. and actually it works better this way.. wonder why.. the warning was because somehow the team doors where targeted at each other.. must have had them both selected during ctrl-k.. anyways I can't seem to get the trigger_multiple with key use_button to work.. if i add it in with no value and then compile i can stand there pressing the use key tell i am blue in the face and the door will not budge.. The problem with the use_button was it was placed flat to wall and in between to little pillars which made it to far way for it to be touched(the purpose to make it a hidden button to open a door to a clan council room elevator and shaft) well if I use a trigger.. with the key use_button and the value= to the targetname of the func_button it allows me to press the switch even being to far away so in actuallity it works great the way I had it supposidly errored =) thank you all for the help it was greatly appreciated..
MDL_Sas Posted July 24, 2002 Author Posted July 24, 2002 What do you mean check use_button.. cause where does it allow you to check off what you want enter in the entity screen.. or if it does I am clueless how to do it..
RichDiesal Posted July 24, 2002 Posted July 24, 2002 http://richdiesal.jedioutcastmaps.com/images/usebutton.jpg You actually need to make the trigger_multiple where the player will be STANDING, not where you would want the physical button to be. Check out my tutorial on Switches for more information.
MDL_Sas Posted July 24, 2002 Author Posted July 24, 2002 well.. anyways i found out something new though.. thnx rich.. I kinda like having the trigger use_button pointing at the button so i don't have to walk into it.. and it works just great now.. so hey.. will see how the fans like it..
Recommended Posts
Archived
This topic is now archived and is closed to further replies.