|
i was looking at some script i use to learn more about tile stuff, and look at this:
this.Csittiles = {
0x2a9,0x2aa,0x2b9,0x2ba,
0x2e1,0x2e2,0x2f1,0x2f2,
0x676,0x677,0x678,0x686,0x687,0x688,
0xa04,0xa05,0xa06,0xa07,0xa14,0xa15,0xa16,0xa17,0x a24,
0xa25,0xa26,0xa27,0xa34,0xa35,0xa36,0xa37,
0xd97,0xd98,0xda7,0xda8,
0xf37,0xf38,0xf39,0xf47,0xf48,0xf49
};
this.Gsitcheck = {1.25,2,1.75,2};
this.bush = {0x2,0x3,0x12,0x13};
this.bushreplace = {0x2a5,0x2a6,0x2b5,0x2b6};
this.bushleaps = {0};
x and a and b and f and so on....i looked though the whole script and not once did it set any of those variables.......... |