Baron, you mönster!!1!1!
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 MenuQuoteThere once was this nice wee pumpkin
he heard a wee bit thumpin
it came from the kitchen
the thunder and lightenin' was bitchin
A knife from the drawer
a mother and her daughter
murdered the poor wee pumpkin
Or something.
function Button1_OnClick(GUIControl *control, MouseButton button)
{
player.ChangeView(VIEW1);
}
function Button1_OnClick(GUIControl *control, MouseButton button)
{
if (player.View ==1){
player.ChangeView(VIEW2);
}
if (player.View ==2){
player.ChangeView(VIEW3);
}
if (player.View ==3){
player.ChangeView(VIEW1);
}
}
Quote from: Darth Mandarb on Sun 14/10/2012 19:37:59
The guy didn't even hesitate, he just stepped off into... nothing! Very cool.
Quote from: Baron on Sat 13/10/2012 14:51:01Quote from: Onker on Sat 13/10/2012 06:00:32Code: AGS function Is_Cow_joke_told() if (player == cCowjoke) Display("Laugh"); else cDon't_bother.SetAsPlayer(); }
This code would throw an error on line 3: there is no circumstance where a cow joke would be told and the laughing would be conditional.
NERD EDIT: Er, and you forgot your opening bracket. (*Baron makes FRINK NOISE*)
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.101 seconds with 14 queries.