The Dink Network

Reply to I thought I knew what this thread was about...

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:
 
 
November 9th 2002, 05:28 PM
burntree.gif
Striker
Noble She/Her United States
Daniel, there are clowns. 
At first, I thought I knew what this thread was about, and the solution to the problem. But given the answers to it, I'm now confused.

My advice was to simply change the name of the variable &magic to something else. I had something similar, but different in BFTG. Sphinx had made the global variable called &map. I had script with the local variable, &map_number. Every time I would run that script, &map_number would always call &map instead. So, to fix the problem, I just changed the name of the local variable to something else. The script then worked fine.