Hello everybody! It's me again.
I wonder if I'm able to make black screen after touch a script area, put there narration sound, and after this teleport to another map. If someone can create a script and explain him a little, I'll be very grateful. I want to understand how does it working for the future. Thanks!
well thats it as you can see sound start as you enter area so if you want it to start later use Timer command.. change number in fadeout if you want to change black screen duration time..
AddEntityCollideCallback("Player", "areaenter", "areaenter", true, 1);} - if player touch script area which is called areaenter.. void areaenter - this is fuction which happens after touching it PlaySoundAtEntity - play sound at player position or anywhere else where u want you change script also you can change sound ..
Thank you very much, am I able to teleport him to the other map after it?
/edit
I think I got script. Is it this?
void ChangeMap(string& asMapName, string& asStartPos, string& asStartSound, string& asEndSound);
//edit
Ok, you changed your post, I didn't see this Thanks.
(This post was last modified: 08-09-2013, 08:42 PM by MaTPlays.)