interior scene event script?
- morbydvisns
- Posts: 1889
- Joined: Sun Jan 30, 2005 12:51 am
interior scene event script?
what type of event is triggered when a event region is entered? I tried custom but do dice.
Events are
the param is the text field for the region set in the scene editor (or the param= field if you're editing the .uim manually).
i.e if you've added a region with param=Door1 in the scene ed, the server will trigger :
Code: Select all
SceneEnterRegion
SceneLeaveRegion
i.e if you've added a region with param=Door1 in the scene ed, the server will trigger :
Code: Select all
Event( "SceneEnterRegion", "Door1" )
{
....
- morbydvisns
- Posts: 1889
- Joined: Sun Jan 30, 2005 12:51 am