View Single Post
Author Message
DarkSnow
Senior Member
Join Date: Oct 2005
Location: 127.0.0.1
Old 10-20-2006 , 11:34   Macro suggestions
Reply With Quote #1

In a project of mine, i have it setup to load a huge ammount of settings from a config file. The plugin can have multiple configurations loaded simultaniously, and can switch between them.

Now im working on having a "macro" thingy, in where the plugin reads from a config file 4 parsed values:

Code:
#1. object
#2. condition
#3. value
#4. config id (rl)
An example from the macro file:

Code:
"mapname" "contain" "de_" "4"
//if mapname contains "de_" switch rl to #4

"mapname" "not_equal" "cs_assault" "2"
//if mapname != "cs_assault" switch rl to #2

So, im asking for suggestions on different "objects" and "conditions". Any help is apreciated
__________________
DarkSnow is offline
Send a message via MSN to DarkSnow