Submitted by Drizzt_DoUrden on Fri, 01/21/2011 - 16:43
I believe instead of isInClan() there should be getClan() or maybe both. If you have getClan() it will actually return the clan that the person is in. You could make up some interesting setups with this function
Submitted by Drizzt_DoUrden on Sat, 01/22/2011 - 13:15.
True but it takes more work plus you would have to either update the script whenever a new clan comes out or update a file, and imagine if the game became very popular with lots of clans. That would make it really hard to keep a up to date list of all the clans.
getClan
you could emulate this functionality by looping isInClan() over all existing clans
-TTJ
(Im in ur compilerz lolin' ur codez !)
True but it takes more work
True but it takes more work plus you would have to either update the script whenever a new clan comes out or update a file, and imagine if the game became very popular with lots of clans. That would make it really hard to keep a up to date list of all the clans.
- Drizzt Do'Urden