datablock{insertblankhere} [b]This means blank[/b]particleblank[b]This means blank[/b]
%client.player.kill() //this kills the player
Look down, there are a few other topics about this.Also, anything in a line after // is a comment. Ex: Code: [Select]%client.player.kill() //this kills the player
%obj.kill
You don't want %obj.kill, you want %obj.delete, It's much more efficient.