Community

SCI Programming => SCI Syntax Help => Topic started by: MusicallyInspired on June 03, 2007, 04:57:48 PM

Title: Teleport in Debug
Post by: MusicallyInspired on June 03, 2007, 04:57:48 PM
Not really an SCI Syntax problem, but just how do you teleport in SCI's debug mode in the template game? FreeSCI's suggestion of opening global variable 13 and changing it to the current room number doesn't seem to work. Is it different because it's the template game an not an official Sierra game?
Title: Re: Teleport in Debug
Post by: troflip on June 03, 2007, 05:29:50 PM
Have a look at main.sc.  gRoomNumber is the 16th global variable (the count starts from 0).  So just use 16 instead of 13.