The Dink Network

Reply to WinDinkEdit Plus: How to make a thing die? With a conditon.

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:
 
 
September 19th 2007, 02:09 PM
slayer.gif
void hit(void)

If the &story == is, say, 0, the pig should live.
If the &story == is, say, 1, the pig should die.

The problem is, the pig dies even with &story == 0.

By the way I have done Rudiments of Scripting many times.