The Ship Basics: Interactions: Difference between revisions
Jump to navigation
Jump to search
Note:For the sake of this article,
No edit summary |
(format) |
||
Line 1: | Line 1: | ||
{{alias|#|any arbitrary number}} | |||
== Usage of Interactive's == | == Usage of Interactive's == | ||
== Creating Doors == | |||
#Create a [[prop_door_rotating]] and set its World Model to a door. | |||
#Name it Door_# | |||
#Place it in your doorway | |||
#Make a brush that completely surrounds the door with the material <code>tools/toolsinteractive</code> | |||
#Select the brush and make it a [[ship_base_interaction]] | |||
== Doors == | ##Set its Parent keyvalue and Target Entity keyvalue to Door_# | ||
##Set its Context Sensitive Interface Menu to Door | |||
##Set its Default Action to Open | |||
Revision as of 13:12, 26 December 2006

#
represents any arbitrary number.Usage of Interactive's
Creating Doors
- Create a prop_door_rotating and set its World Model to a door.
- Name it Door_#
- Place it in your doorway
- Make a brush that completely surrounds the door with the material
tools/toolsinteractive
- Select the brush and make it a ship_base_interaction
- Set its Parent keyvalue and Target Entity keyvalue to Door_#
- Set its Context Sensitive Interface Menu to Door
- Set its Default Action to Open