View Single Post
  #13  
Old 05-05-2007, 06:07 AM
killerogue killerogue is offline
Registered Omega
killerogue's Avatar
Join Date: Apr 2006
Location: United States
Posts: 1,920
killerogue is on a distinguished road
Send a message via AIM to killerogue Send a message via MSN to killerogue
Quote:
Originally Posted by xXziroXx View Post
PHP Code:
enum key{
F9 122,
F10 123,
F11 124

I'd prefer doing this since I see no apparent difference:

PHP Code:
this.key = new TStaticVar();
this.key.F9 122;
this.key.F10 123;
this.key.F11 124
Hmm...never thought about making a key list an object.


Anyway, back on topic! Can I get a few opinions here?
__________________


REMEMBER, IF YOU REP ME, LEAVE A NAME!

Quote:
Originally Posted by haunter View Post
Graal admins don't die. They go to hell and regroup.
Quote:
Originally Posted by Inverness View Post
Without scripters, your graphics and levels wouldn't do anything but sit there and look pretty.
Reply With Quote