Does anyone know how I make the game jump from one module to another using scripts in TSL? I would've just used the warp-code, but for some reason that doesn't work on my new computer. (Propably because it's a laptop, and the keyboard layout is different.) So, can someone give me a script which sends you to (Insert random module here)?
  
 
  
  
    I believe this should work, well, it worked for me. void main() 
 {
 StartNewModule("PUT MODULE TAG HERE", "startpoint");
 }
 
 Hope this helps.
  
 
  
  
    Yeah, that worked fine. Thanks.