Page 1 of 1

Script question

PostPosted: 02 Jan 2017, 15:18
by BlasterMaster
What script should I use if I want tux to touch a script block, and change to a different sector?

Re: Script question

PostPosted: 02 Jan 2017, 15:41
by Tobbi
{l Code}: {l Select All Code}
Level.spawn("sector_name", "spawnpoint_name");
should work.

Re: Script question

PostPosted: 02 Jan 2017, 16:30
by BlasterMaster
Thanks.