Jump to content

How to make interactions?


wilwhitt56

Recommended Posts

Hello, im trying to make interactions for certain items or triggers. Like if you walk into a triggerbox or touch an object, it will state something. Example: You go to an old set of doors and touch them, a box pops up stating thats it's locked and needs a key.

Link to comment
Share on other sites

I've made one, but it doesn't seem to be working

 

Scriptname Interact01 extends ObjectReference
{Scriptname Interact01 Extends ObjectReference
(The foul smell of stagnant water and rotting food permeates from the door. )
Event OnActivate(ObjectReference akActionRef)
Debug.MessageBox("Sup mah Dude")
endEvent}
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...