Quote from: Ben304 on Wed 07/07/2010 10:24:26
enormous beard
He probably photoshopped it to remove the beard for job-seeking and the like. This is the unaltered, original version of the photo:

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: Ben304 on Wed 07/07/2010 10:24:26
enormous beard
Quote from: shayavr on Tue 06/07/2010 06:49:07I think that's quite obvious, as shown in your screenshots. That means, it's a good thing.
Concept
First person view. Inspired by the classic "heart of China".
float GP = IntToFloat(Game.SpriteHeight[frame.Graphic])/1.1888888888888888888888888888889;
int GP = FloatToInt(IntToFloat(Game.SpriteHeight[frame.Graphic])/1.1888888888888888888888888888889);
Quote from: anime2019master on Wed 30/06/2010 05:17:20Something like:
My question is, how do I subtract the value of int 7 from int 1? like wise with int 6 from int 5.
Is there a line of script to take the value of one int from another? The only thing I can come up with is this:
SetGlobalInt(1, GetGlobalInt(1)-GetGlobalInt(7));
QuoteWhile I already know that will work, It will take alot of typing in the long run. Is there another way?Not if you are still using GlobalInts. Instead you may use the more preferred import-export method or the Global Variable pane that was suggested in your other thread.
if (a==0) do this;
else if (a==1) do that;
else if (a==2) do more;
else if (a==3) do less;
...
int blah=Random(2);
if (blah==0) cEgo.ChangeRoom(1);
else if (blah==1) cEgo.ChangeRoom(2);
else cEgo.ChangeRoom(3);
Quote from: Monsieur OUXX on Mon 28/06/2010 09:07:06
(If you can't see the animation, then blame your security settings or your web browser or the Soviets).
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.780 seconds with 15 queries.