ok so for those of us that aren't uber programmers, what's a metarule in the context of these scripts?
in Define.h it defines various phrases to mean verious metarules.
one in particular is
which in my limited programming understanding leads me to think that it looks at a variable ( possibly internal? ) and returns it's value?
in Define.h it defines various phrases to mean verious metarules.
one in particular is
Code:
#define METARULE3_CAR_OUT_OF_FUEL (110)
#define car_out_of_fuel metarule3(METARULE3_CAR_OUT_OF_FUEL,0,0,0)
which in my limited programming understanding leads me to think that it looks at a variable ( possibly internal? ) and returns it's value?