Mafia returning odd errors

shabob

New member
Hi all,

Working on a new relay script, which was working perfectly yesterday. Now I get the following error when I attempt to call it on the relay browser:

Code:
Unknown variable 'import' (relay_afterbore.ash, line 3)

Opening lines of the script are, quite simply:

Code:
notify ShaBob;
string thisver = "0.9";
import "htmlform.ash";

I'm just mystified... there's nothing else there, a similar opening struct works perfectly well for relay_AdventureAdvisor or relay_bumcheekascend -- anyone hint me what I'm doing wrong?

EDIT: And ten minutes after I post, I find the answer in an old thread - order must be notify, import, strings. Sorry for taking your time.
 
Last edited:
Top