Hey Fal,
I need help with coding clans and beams i've already posted this twice and i didn't get any awnswer so im trying agian by being patient :)
When i last had a code for clans it works but it auto adds the person i choose and the player has no choice and when i log out the clan vanishes so i need to know how to make a save file aswell for clans
Also i got the ki blast, powerup and some others perfect but i need beams like kamehameha and galick gun <-- i think i spelt it wrong anyways.
I hope this time you read my post. Thanks
ID:292220
![]() Feb 26 2011, 2:49 am
|
|
![]() Feb 26 2011, 6:25 pm
|
|
Because you're asking for help on overly complex systems
|
Its not that I have Clans on my game the things work but the problem is the saving system :/
var/list/Clans = list()//This defines the list that we store the created Clan in It still doesn't save :/ |
You can't save verbs, saving lists of players is a bad idea, and though saving their Clan var like that could work, it would probably be better to save a global list of clans and check to see if they're in one.
|