Vegard Aune Posted February 11, 2007 Share Posted February 11, 2007 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)? Link to comment Share on other sites More sharing options...
Master Zionosis Posted February 11, 2007 Share Posted February 11, 2007 I believe this should work, well, it worked for me. void main() { StartNewModule("PUT MODULE TAG HERE", "startpoint"); } Hope this helps. Link to comment Share on other sites More sharing options...
Vegard Aune Posted February 11, 2007 Author Share Posted February 11, 2007 Yeah, that worked fine. Thanks. Link to comment Share on other sites More sharing options...
Master Zionosis Posted February 11, 2007 Share Posted February 11, 2007 No problem. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.