Also, why am I getting "unregistered sound 24/25" when I die in lava, and how do I fix it?

Thanks
EDIT: There's also "unregistered sound 65".

After a little bit of tweaking and messing around, i have managed to get teleporting to work. (You must set the entities type to 2 or something, and then set the tag to a number- then go into your map script and type "level_trigger_*number* = [map "*Map Name*"])
I see the config edit when I press F6 and I know how to place entities with the GUI, but that's it. Where would my entity go? Would it have a humongous radius? Does the player have to the touch the entity for it to work (I need it to work when the player dies)? How do I set the entity to work with the trigger?level_trigger_2 = [echo "*message*"; endsp; sleep 1000 [map *name*]]
Code: Select all
level_trigger_2 = [sleep 1000; echo "Here's a different map:"; endsp; sleep 1000 [map mapnamehere]]
Code: Select all
[if (= $nap 1) [echo "You Died. Noob"; sleep 500; endsp; sleep 500; [map mapnamehere]]
Code: Select all
[if (= $nap 1) [echo "Noob Fail! You Died Again!"; sleep 100; addpostfx invert; sleep 1000; endsp; [map mapnamehere]; clearpostfx]