Jump to content

Esc Button not Fuctioning for Bink Video


Recommended Posts

Posted

Hi,

 

I'm trying to add a 30 min. video scene in my tryout.

 

After getting CPU's helps, then an activator, a bik video, and a script, finally the video starts when the PC enters in the room.

 

My problem is:

Although I assign the video can be interrupted by selecting the option true in the script, and by hitting ESC button in the game, it doesn't work. (As I have understood after the Creation Kit's own website).

 

http://www.creationkit.com/index.php?title=PlayBink_-_Game

http://www.creationkit.com/index.php?title=PlayBink

 

The script text is:

 

 

 

Scriptname Room1BikScript extends ObjectReference  


Actor property PlayerRef Auto
 
Event OnTriggerEnter(ObjectReference ref)
if ref==PlayerRef
  Game.PlayBink("SHS/Room1.bik", true, true, true, true)
endIf

EndEvent

 

 

 

 

 

SHS: is the name of my video folder, which is under main video folder.

Data/Video/SHS/Room1.bik

Room1.bik: is my video file.

 

If You can help me anyway, I'll really appreciate.

I couldn't find a very helpful answer for this problem.

 

Thank You in advance...

 

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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