No no no... stop talking about it and start making those videos.

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 MenuQuote from: AprilSkies on Fri 27/03/2015 15:20:18
Hahahah
btw, Yeah really! I wish it was a game to play!
Look_Counter = 0;
function hPath1_AnyClick()
{
if(UsedAction(eGA_LookAt)) {
if (Look_Counter == 0) {
Game.TextReadingSpeed = 7;
player.FaceDirection(eDir_Right);
player.Say("Is that a path...");
player.FaceDirection(eDir_Left);
player.Say("Or is that...?");
player.FaceDirection(eDir_Right);
player.FaceDirection(eDir_Left);
player.FaceDirection(eDir_Down);
player.Say("I'm confused!");
Look_Counter = ++;
}
else if (Look_Counter == 1) {
// do something else
// add more to counter if you wish more than 2 replies...
}
}
else Unhandled();
}
Quote from: Stee on Sun 22/03/2015 12:22:26
On that subject, things like capitalize, institutionalized and scrutinize (which I suppose I'm kinda doing here heh) are Americanised versions of the word. The proper English way to do it is to use 's' not 'z'. So capitalise, institutionalised and scrutinise.
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 2.743 seconds with 20 queries.