The Dink Network

Reply to Re: Making sprites avoid each other

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:
 
 
February 14th 2011, 06:51 AM
dinkdead.gif
Trouble is there's a limit of the amount of variables you can have at once (248 I think) including globals and locals. If you go over that funny things start to happen.

One guard with that script on the screen means 12 variables, two means 24, etc.... shouldn't matter if you're nowhere near 248 but in a longer D-Mod using more globals that starts to get tricky.