Jump to content
BryceTheCoder

Help me please ASAP

Recommended Posts

Hello, i downlaoded scar on my friends computer from the scar-divi.com website and i installed OSI and GMRL to his computer and when i put the script for him in, i get the error of:

 

 

Compiler Error Line 38, DebugSMART.scar Unkown identifier 'RSPW'

 

But if i run the same script on my computer, its perfectly fine.

 

 

 

PLEASE HELP ASAP.

Link to comment
Share on other sites

Line 4 needs to be changed.

 

[scar]{$DEFINE SPS}

{$DEFINE SMART}

{$I GMRL\GMRL.Scar}

{$I OSI\RS2\Misc\DebugSMART.scar}[/scar]

 

You'll notice in your code line 4 is in GREEN. That usually mean that Scar is ignoring that text, so it wouldn't be included.

Link to comment
Share on other sites

Line 4 needs to be changed.

 

[scar]{$DEFINE SPS}

{$DEFINE SMART}

{$I GMRL\GMRL.Scar}

{$I OSI\RS2\Misc\DebugSMART.scar}[/scar]

 

You'll notice in your code line 4 is in GREEN. That usually mean that Scar is ignoring that text, so it wouldn't be included.

I think that line 4 is the old way of doing it. Sorry about this, but It's my fault lols. I put the SPS define inside the RS2 define. I set it back to the way it was, wait until the end of the hour, and GMRL will have an update.

 

I organized GMRL more sectionally, and fluked in that department. GMRL now has a games folder, and the main file has been cleaned up a bit.

 

 

So this works now

 

[sCAR]

{$DEFINE SPS}

{$DEFINE SMART}

{$I GMRL\GMRL.Scar}

{$I OSI\RS2\Misc\DebugSMART.scar}

[/sCAR]

Edited by LordJashin
Link to comment
Share on other sites

I am going to test it, i will get back to see if changing it to "{$I OSI\RS2\Misc\DebugSMART.scar}" worked.

 

 

 

FUUUUUUUUUUUUUUUUUUUUUUK im so mad,, noo that didnt help at all either:/

 

 

 

 

It still gives same exact error

Edited by BryceTheCoder
Link to comment
Share on other sites

I am going to test it, i will get back to see if changing it to "{$I OSI\RS2\Misc\DebugSMART.scar}" worked.

 

 

 

FUUUUUUUUUUUUUUUUUUUUUUK im so mad,, noo that didnt help at all either:/

 

 

 

 

It still gives same exact error

 

Update the GMRL include.

 

Then try this.

 

[sCAR]

{$DEFINE RS2}

{$DEFINE SMART}

{$I GMRL\GMRL.Scar}

{$I OSI\RS2\Misc\DebugSMART.scar}

[/sCAR]

Link to comment
Share on other sites

Line 4 needs to be changed.

 

[scar]{$DEFINE SPS}

{$DEFINE SMART}

{$I GMRL\GMRL.Scar}

{$I OSI\RS2\Misc\DebugSMART.scar}[/scar]

 

You'll notice in your code line 4 is in GREEN. That usually mean that Scar is ignoring that text, so it wouldn't be included.

{.include ...} is the old include directive which was used until SCAR 3.29, it's not ignored, but it doesn't show up as a directive because it's encouraged not to use it anymore.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...