ID:270001
Dec 11 2005, 5:23 pm
|
|
How would I delete a key from a save file (Like for a ban file)?
|
In response to PirateHead
|
|
Sorry for the delayed reply but I just got my new computer and have been playing Halo ever since :). Anyhoo all that did was cause some errors like it couldn't execute the proc or something like that. Anyhoo here's the ban verb that I use:
Ban(mob/M in world) Now I just need a way to Unban the key without having to delete the bans.sav file and lose all the bans. |
Then you'd write removeban(key) as follows:
Hope that helps.