HAHAHA...look what i found on mudforums [Archive] - ForumsHQ
Re: HAHAHA...look what i found on mudforums [Archive] - ForumsHQ
speed.postcount++
Re: HAHAHA...look what i found on mudforums [Archive] - ForumsHQ
aragon.postcount++;
Re: HAHAHA...look what i found on mudforums [Archive] - ForumsHQ
I forgot my semicolon, so that post generated a parse error.
speed.postcount += 2;
ok
speed.postcount += 2;
ok
Re: HAHAHA...look what i found on mudforums [Archive] - ForumsHQ
int keep_up(){
if (speed.last_action == action.increase_postcount){
aragon.postcount++;
return 1;
}
return 0;
}
if (speed.last_action == action.increase_postcount){
aragon.postcount++;
return 1;
}
return 0;
}
Re: HAHAHA...look what i found on mudforums [Archive] - ForumsHQ
Ah well, at least it isn't code to delete my posts. That'd be bad.
-
Reckless
Re: HAHAHA...look what i found on mudforums [Archive] - ForumsHQ
mmmmm, C++ or so it looks like. Gimme fries with that?
-
Andrew
Re: HAHAHA...look what i found on mudforums [Archive] - ForumsHQ
and would you like ketchup with that at all reckless or extra salt???
Re: HAHAHA...look what i found on mudforums [Archive] - ForumsHQ
mmmmm, C++ or so it looks like. Gimme fries with that?
From what I've seen, PhP is very very very similar to C++.
From what I've seen, PhP is very very very similar to C++.
-
Reckless
Re: HAHAHA...look what i found on mudforums [Archive] - ForumsHQ
I think they have a lot of similar properties and syntax. I don't know either very well.