106/107
Can't seem to figure out that one last elusive point...
Maybe...
Can't seem to figure out that one last elusive point...
Maybe...
Spoiler
If you win the drinking game the first time?
[close]
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: Pumaman on Sat 18/08/2007 20:14:39
Hmm, how did you make that happen? The pane should resize as you resize the main editor window, and it certainly does that for me...
int anim = player.AnimationSpeed; // Sets integer "anim" to current Animation Speed
function repeatedly_execute(){
if (IsKeyPressed(404)){
player.AnimationSpeed = (anim - 1); // Decreases Animation Speed by 1
}
if (!IsKeyPressed(404)){
player.AnimationSpeed = anim; // Recalls default Animation Speed
}
}
player.z = -(3 * (player.Scaling / 10));
cEgo.Say ("P");
Wait(5);
cEgo.Say ("PE");
Wait(5);
cEgo.Say ("PEO");
Wait(5);
cEgo.Say ("PEOP");
Wait(5);
cEgo.Say ("PEOPL");
Wait(5);
cEgo.Say ("PEOPLE");
if (Character.GetAtScreenXY(mouse.x, mouse.y) == true){
mouse.SaveCursorUntilItLeaves();
mouse.Mode = eModeTalkto;
}
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 0.196 seconds with 14 queries.