The Dink Network

Reply to Re: Smallwood-Man! *DEV THREAD*

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:
 
 
August 9th 2010, 03:20 AM
custom_skull.gif
Skull
Peasant He/Him Finland bloop
A Disembodied Sod 
Really, your attempts at becoming a D-Mod maker are pathetic. Check out tutorials, and slowly learn. Don't just give up... or I'll flame you.
Also, try to explain completely WHAT YOU ARE DOING, because it's impossible to help if we don't know what you are trying to do.

The script itself should work this way, that is, if this is what you are trying to do.

The screen's script:
void main(void)
{
if (&yourglobal == yournumber)
{
&vision = yournumber;
}


The NPC's script:
void talk(void)
{
//Do all the stuff in the order you want here
&vision = yournumber;
}


I'm not too sure if the immediate vision changing works anymore, after the 1.08 release. The older versions I know, changed the vision immediately before walking out of the screen and back.

And from now on, just write the messages here instead of your profile. It's just a poor attempt to try to people get to check out your profile. Also, it's much faster to just write it here. Nobody's gonna check out your profile anyway.