The Dink Network

Reply to Re: 2 NPC conversation

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 8th 2007, 04:43 PM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
It may not be a good idea to just go handing out globals everywhere, but you may find it necessary to have a couple global variables for things. Keep in mind you could still use the variables for other purposes.

Let's say you did use a variable for one of the two knights. It would only be for that screen, so you could have it set when you enter that screen and go along to use the variable for another character on another screen. It's better what metatarasal said to do though, I was just providing an example. It's good practice to be conservative.