The Dink Network

Reply to Re: help fudge

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:
 
 
May 2nd 2011, 10:30 AM
slimeg.gif
metatarasal
Bard He/Him Netherlands
I object 
You declare it in main.c, like this:
make_global_int("&story", 0);

This makes a new variable called "&story" with an initial value of 0. &story is declared in main.c already, so you should probably choose a different name here. Also consider taking a look at my cute little tutorial, it's a good place to start if you're a beginner at making DMODs.