Subj : Re: Slight error in baja script (repost)
To   : Internetking
From : Internetking
Date : Tue Sep 19 2017 02:20 am

On Tue, 19 Sep 2017, Internetking wrote:

>
> On Mon, 18 Sep 2017, Digital Man wrote:
>
>>
>>  Re: Slight error in baja script (repost)
>>  By: Internetking to all on Mon Sep 18 2017 04:17 am
>>
>> > repost.
>> >
>> > ---------- Forwarded message ----------
>> > Date: Sun, 17 Sep 2017 17:58:50 -0700
>> > From: Internetking <[email protected]>
>> > To: All
>> > Newsgroups: DOVE-Net.Synchronet_Baja
>> > Subject: Slight error in baja script
>> >
>> >
>> >
>> > here new error might have changed since then....
>> >
>> > Administrator@internetking /cygdrive/c/sbbs/exec
>> > $ ./baja slight
>> >
>> > BAJA v2.34-Win32 (rev 1.47) - Synchronet Shell/Module
>> Compiler
>> >
>> > Compiling slight.src...
>> > !SYNTAX ERROR (expecting integer constant):
>> > slight.src 17: main
>> >
>> > Administrator@internetking /cygdrive/c/sbbs/exec
>> > $
>> >
>> >
>> > part of code:
>> >
>> >
>> > # Display TEXT\MENU\SLIGHT\SMAIN.* if not in UM_expert
>> mode
>> > compare_user_misc UM_expert
>> > if_false
>> >           menu smain
>> >    end_if
>> >
>> > # Update node status
>> > node_action main
>> > async
>> >
>> > inc_main_cmds
>> >
>> > what fixes need to be done here?
>>
>> The fix is to add the following line near the beginning
>> of the source (.src)
>> file in question:
>>
>> !include sbbsdefs.inc
>>
> still error even its included...
>
>
> # DEFAULT.SRC
> !include sbbsdefs.inc
> set_menu_dir slight
>
> # Set return point for main menu commands (via end_cmd)
> cmd_home
>
> # Display TEXT\MENU\SLIGHT\SMAIN.* if not in UM_expert mode
> compare_user_misc um_expert
> if_false
>        menu smain
> end_if
>
> # Update node status
> node_action main
> async
>
> inc_main_cmds
>

I also tried to get it work by adding

!include nodedefs.inc

but no luck.

---
� Synchronet � Internetking BBS - inetk.synchro.net