I know the question has beens ask and i under stand scripting, but where in the hell do i put it. i under stand to play a vid i would use:
PlayVideo (string bla bla bla), but where in the scripting would i put it. I put it in game_start but i always get unexpected error playvideo?
need help please
Put it in where you want the video to be played. For example, if you want it to be played after an interaction, just put it in the script of that interaction.
In your case, I guess you want the video to be played when the game starts, so you mmay put it in the Player enter screen after fade-in interaction for the first room loaded (depends on which room your player character starts at, if it's 0, then it's in intro.crm).
The game_start() function in the global script is for initialization of variables, etc. before the first room is loaded, so don't put much "executing" commands there, or else you may get a crash or a warning.
I guess what I really need to know is where do I find that. If not in game start then where. I need a step by step On how to do it.
thinks for the boost I'm a dumb-a$$ I figured it out.thanks for the help