I'm making an include file that will be able to be used by a wide range of rp-mods, such as Avalanches RP Mod and Twilight Suzuka's TSXMOD, but I want to be able to use varibles needed if they exist... for example:
if ( thiscmdidontknow(usermoney) ) {
usermoney[id] = whatever i want to do.
}
this way I can make an addon for multiple rp mod's while only making the server host only add #include <incname>. They would just need this .inc in their scripting/includes folder.