The Dink Network

Reply to Visions

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:
 
 
October 28th 2007, 10:25 AM
pillbug.gif
pillbug
Peasant He/Him United States
Love! True love! 
I'm working on a new (better) Dmod, and I'v done visions in the past, but this has never happened. Whenever I walk onto the screen with the visions, it freezes Dink, and I either have to go back to a weird looking desktop and use the Task Manager, or restart my computer. This is the script:

void main(void)
{
if(&story == 0)
{
&vision = 1;
}
}

if(&story == 10)
{
&vision = 0;
}

I used that and did the vision on the screen's property page.

P.S
The visions in use thing on WinDinkEdit isn't working, either. It just shows vision 0.