Anyone else think its time we had some new banners added to the mix? Some shots from games from the last two years?
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
function AnyChoice(Dialog *dt) {
int i=0;
int count=0;
while (i<dt.OptionCount) {
if (dt.GetOptionState(i) != eOptionOn) count++;
i++
}
return count;
}
if (AnyChoice(dlgFred)<2) Display("No point talking to him any more");
else dlgFred.Start();
=Hypertext=[This is some cool hypertext, with *bold,* /italics/ and _index|links_
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.108 seconds with 16 queries.