Sorry for being late on this, but the forums seem to have been down all night: anyway, scotch and Babar are getting an extensio for their entries, and maybe i can fit one in too. 23:59GMT Monday...
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
// room script
function room_a() {
// script for Room: Player enters room (before fadein)
ComboLock.Combination = "1337";
gKeypad.Centre();
gKeypad.Visible = true;
}
function room_b() {
// script for Room: Repeatedly execute
if (ComboLock.Status() == eLockStatusCorrect) Display("Woot!");
else if (ComboLock.Status() == eLockStatusWrong) Display("You die!");
}
StarWarsScroller.Run(String t, int font, optional int vanishy, optional int speed, optional int separation, optional int color, optional int colog, optional int colob);
StarWarsScroller.Stop();
StarWarsScroller.SetSpeed(int speed);
RawSetColorRGB(180, 180, 180);
StarWarsScroller.Run("How much is that doggy in the window? The one with the waggly tail", 3, 50, 5, 200);
struct a {
import function b (int x,
int y, int z);
}
int savefont=GetNormalFont();
SetNormalFont(myfont);
RawPrint(5, 50, "balh de balh");
SetNormalFont(savefont);
Quote from: Ashen on Wed 16/11/2005 11:37:31Quote from: SSHbtw, you used a slightly old version of 2.71 to make this, didn't you? The game doesn't quit properly for me, but CJ seems to have fixed this in the latest RC...Actually, it's 2.7. We've already upgraded from 2.62 since the very start of the game (just after the ATC), and I can't honestly see us moving to 2.71 unless there're some vitally important features added. Or, of course, unless this becomes a major bug - what exactly happens?
Quote from: rharpe on Tue 15/11/2005 18:03:12
Oh and when the temple curtain was torn: This did NOT signify the removal of division between God and man... it signified the start of the New Testament. (The old ways of the Jews, their temple and the curtain was destroyed to signify Christ Himself changed the old ways to the new way... The New Testament.) The only thing that didn't change was the 10 commandments... which were written in stone directly by God. (Usually if it's written in stone, by God Himself, it doesn't change.)![]()
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 1.832 seconds with 20 queries.