Did you know?There is a moat around white knights castle.
Quote from: Zeroeh. on March 31, 2011, 07:35:07 amLooks good.It's easy to make it into a dialog.The part that you said "public boolean inConstruction() {"You don't need to write that whole thing.For example;Code: [Select]} // end the piece of code above, let's say it exists.if(inConstruction() && playerLevel[11] < 0) {triggerTele(3222, 3222, 0); // Teleports the player to lumbrudge xD.}Sorry if I misunderstood.Hope you get my point, .Teleporting them to lumbridge for being in the construction area and having a skill level less than 0? I fail to see the point. Am I missing something?
Looks good.It's easy to make it into a dialog.The part that you said "public boolean inConstruction() {"You don't need to write that whole thing.For example;Code: [Select]} // end the piece of code above, let's say it exists.if(inConstruction() && playerLevel[11] < 0) {triggerTele(3222, 3222, 0); // Teleports the player to lumbrudge xD.}Sorry if I misunderstood.Hope you get my point, .
} // end the piece of code above, let's say it exists.if(inConstruction() && playerLevel[11] < 0) {triggerTele(3222, 3222, 0); // Teleports the player to lumbrudge xD.}
Quote from: Chandlermaki on March 31, 2011, 01:41:22 pmQuote from: Zeroeh. on March 31, 2011, 07:35:07 amLooks good.It's easy to make it into a dialog.The part that you said "public boolean inConstruction() {"You don't need to write that whole thing.For example;Code: [Select]} // end the piece of code above, let's say it exists.if(inConstruction() && playerLevel[11] < 0) {triggerTele(3222, 3222, 0); // Teleports the player to lumbrudge xD.}Sorry if I misunderstood.Hope you get my point, .Teleporting them to lumbridge for being in the construction area and having a skill level less than 0? I fail to see the point. Am I missing something?I was just trying to tell him where to use inConstruction() since he stated that you need to do the whole "public boolean inConstruction()". :)
Everyone likes compliments, and everyone encourages CC every now and again, but not on EVERY SINGLE THREAD they make.
i wont, im not in any other community anymore dw(:
Looks pretty good ;D