The Dink Network

Reply to Re: what should i write here?

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
January 29th 2010, 07:04 PM
burntree.gif
Fireball5
Peasant He/Him Australia
Let me heat that up for you... 
Well, some simple 'rules' for DinkC; (These rules are called syntax, but you don't need to know that)
1. All commands that do something (not IF or GOTO) must have a semicolon ';' after them
2. Each script is broken into procedures each with it's own name, the most common are: main, talk, touch, hit
3. Procedures must have 'void' before and after (I'm not too sure on this but that's how I've always done it)
4. Certain things must be closed, these start with braces and end with braces '{}'

Hope that helps...