[BigQuestion]Click to see.

10/24/2009 04:36 blade911#1
Alright here is the noob question of mine. Pretend I want to add an NPC. I would add it in client.cs and then mysql (right?) but the problem is, I try to copy other NPC lines to make a similar but I notice there are spaces.. is there a way to start the spaces or anything.. or do I manually have to break my mind on making them perfect each line? If there is a way I would probably stp my lazyness and learn to make events, add npcs, and so on (basic shit).
10/24/2009 04:44 raidenx123#2
if your using c# visual it should auto-indent
10/24/2009 04:45 blade911#3
Quote:
Originally Posted by raidenx123 View Post
if your using c# visual it should auto-indent
what do you mean.. how will it know when to "auto-indent"
10/24/2009 04:46 raidenx123#4
with the brackets ({,})
10/24/2009 04:52 blade911#5
Quote:
Originally Posted by raidenx123 View Post
with the brackets ({,})
Okay............. lol then it's still tricky to code but thanks.