27-04-2007, 03:32 PM
Really? Oops, sorry about that.
Yes, as Advocate said, I am making a game engine.
Yes, as Advocate said, I am making a game engine.
Adding SadScript Support
|
27-04-2007, 03:32 PM
Really? Oops, sorry about that.
Yes, as Advocate said, I am making a game engine.
29-04-2007, 04:47 PM
Got past that file not found error, now im having this error..
![]() Code: ReDim Preserve sAllCode(UBound(sAllCode) - 1) 'Get rid of last array element (which is blank) Subscript out of range (RTE 9)
29-04-2007, 06:18 PM
Fixed all my bugs but nothing in the main.txt is working ;(.
Heres my main.txt ![]() Code: Sub JoinGame(index)
02-05-2007, 05:35 PM
Xero, have you finished with the source yet? Because I'd like to start adding more things to it...
31-12-2007, 05:11 PM
NOOB INCOMING ..............................
I can't find the modglobals :? And i really want to add sadscript ![]()
31-12-2007, 11:13 PM
What version of Mirage are you using? I'd say that most of the stuff you'd find in modGlobals would be in modTypes in an older version of mirage.
01-01-2008, 03:45 AM
Sonire Wrote:What version of Mirage are you using? I'd say that most of the stuff you'd find in modGlobals would be in modTypes in an older version of mirage. Sorry forgot to mention- i'm using version 3.03.
02-01-2008, 12:26 AM
Okay. When a tutorial says "modGlobals" you should think "modTypes" instead.
![]()
02-01-2008, 08:35 AM
Sonire Wrote:Okay. When a tutorial says "modGlobals" you should think "modTypes" instead. I'll keep that in mind, thanks ![]()
18-03-2008, 09:31 PM
When i try compiling, in clsSadScript, it highlights the following:
Code: WithEvents SControl As ScriptControl
19-03-2008, 02:09 AM
original Wrote:When i try compiling, in clsSadScript, it highlights the following: Replace it with: Code: WithEvents SControl As ScriptControl ? xP
19-03-2008, 12:40 PM
Fox Wrote:original Wrote:When i try compiling, in clsSadScript, it highlights the following: Now it says: Invalid attribute in Sub or Function, and highlights the same code.
19-03-2008, 08:24 PM
I thought you guyz wer nice
19-03-2008, 08:26 PM
Dave Wrote:We can't help you with that information, please try to fix it yourself. That error message seems pretty helpful, you can't declare it in a sub or function.
19-03-2008, 10:11 PM
Whatz exacstly dos that mean?
19-03-2008, 10:29 PM
original Wrote:Whatz exacstly dos that mean? SRSLY... xD Stop typing with your elbows!
20-03-2008, 12:06 AM
It means declare it somewhere in your code that happens to not be a mother fucking sub or function!
20-03-2008, 09:21 PM
Okay, Thanks Rezeyu.
21-03-2008, 08:46 PM
James Wrote:Did you make sure to use GSDs clsSadScript? If so the top should look like this: Thanks for the help Magnus, but i already found the problem and fixed it. (You see everyone! I can be nice!)
21-03-2008, 09:09 PM
original Wrote:(You see everyone! I can be nice!) Yeah, but then you make comments like that. /sigh People will never learn.
27-03-2008, 01:43 AM
I'm getting a compile error, it highlights WithEvents SControl As ScriptControl.
24-04-2008, 02:44 PM
Just another option for people. I believe you can change
Code: '/////////////////////////////\/\/\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ to Code: '/////////////////////////////\/\/\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ to get a different scripting language
03-04-2009, 10:07 PM
Sorry, I know - old topic.
But I've got a small problem. When I replace clsSadscript with what's instructed in the last step I get an error on Code: Public WithEvents SControl As ScriptControl Why? I can't figure it out. EDIT: I've fixed that (turns out my script.dll was corrupted) but now when I try to compile I get Code: Runtime Error '76' Path not Found and Code: Open sfile For Input As iFileNum 'Open file gets highlighted. My guess was that a variable wasn't defined somewhere but I can't see where. I'm using MS4 by the way.
05-04-2009, 10:03 PM
Maybe the path isn't found? What's sfile equal to?
05-04-2009, 10:06 PM
I'm pretty sure I used to get this when I didn't have a DLL registered.
|
« Next Oldest | Next Newest »
|