I'm trying to write a script for a game I'm trying to make, all I want to do is have it add a nick and 1 when they trigger it, if they trigger it a second time the script sees if the nick is already on the list and then if it is + 1 to it, so its 2 or 3 or what ever if they are not on the list it would just add the nick and 1 on *:TEXT:!GKill:#Kill-A-Gnome:{
/write gkillscore.txt $nick 1
}Thanks for any help.