Is there a way to have THE ON/OFF Display in the .ASC file..
So a custom message variable would be @EXTDISP@
eg: EXTENDED DISPLAY: @EXTDISP@
Re: Custome Message Variables
By: Coolmax to All on Fri Jan 28 2005 22:45:00
Is there a way to have THE ON/OFF Display in the .ASC file..
So a custom message variable would be @EXTDISP@
eg: EXTENDED DISPLAY: @EXTDISP@
Mmmmmmm. Maybe some sort of (a)EXEC:EXTDISP(a) with the EXTDISP module checking and outputting ON/OFF accordingly?
Might work....
----8<----[extdisp.src]----8<----
!INCLUDE userdefs.inc
COMPARE_USER_MISC UM_EXTDESC
IF_TRUE
PRINT "ON"
ELSE
PRINT "OFF"
END_IF
----8<---------------------8<----
EXTENDED DISPLAY: @EXEC:EXTDISP@
Yep -- works here now!
Re: Custome Message Variables
By: Coolmax to All on Fri Jan 28 2005 22:45:00
Is there a way to have THE ON/OFF Display in the .ASC file..
So a custom message variable would be @EXTDISP@
eg: EXTENDED DISPLAY: @EXTDISP@
Mmmmmmm. Maybe some sort of (a)EXEC:EXTDISP(a) with the EXTDISP module checking and outputting ON/OFF accordingly?
Might work....
----8<----[extdisp.src]----8<----
!INCLUDE userdefs.inc
COMPARE_USER_MISC UM_EXTDESC
IF_TRUE
PRINT "ON"
ELSE
PRINT "OFF"
END_IF
----8<---------------------8<----
EXTENDED DISPLAY: @EXEC:EXTDISP@
Yep -- works here now!
----8<----[extdisp.src]----8<----
!INCLUDE userdefs.inc
COMPARE_USER_MISC UM_EXTDESC
IF_TRUE
PRINT "ON"
ELSE
PRINT "OFF"
END_IF
----8<---------------------8<----
Can ya email me your EXTDISP.SRC ya just made or tell me whats in it :)
Re: Re: Custome Message Varia
By: Coolmax to Angus Mcleod on Fri Jan 28 2005 23:43:00
----8<----[extdisp.src]----8<----
!INCLUDE userdefs.inc
COMPARE_USER_MISC UM_EXTDESC
IF_TRUE
PRINT "ON"
ELSE
PRINT "OFF"
END_IF
----8<---------------------8<----
Can ya email me your EXTDISP.SRC ya just made or tell me whats in it :)
Uh......
---
þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBS
Hi All
I've Add this code to my command shell
cmdkey E
TOGGLE_USER_MISC .19
COMPARE_USER_MISC UM_EXTDESC
if_true
CLS
print "\r\nExtended Descriptions Are Now ON\r\n"
end_cmd
end_if
CLS
print "\r\nExtended Descriptions Are Now OFF\r\n"
end_cmd
This toggles the extended list display on/off
Is there a way to have THE ON/OFF Display in the .ASC file..
So a custom message variable would be @EXTDISP@
eg: EXTENDED DISPLAY: @EXTDISP@
Re: Custome Message Variables
By: Coolmax to All on Fri Jan 28 2005 10:45 pm
Hi All
I've Add this code to my command shell
cmdkey E
TOGGLE_USER_MISC .19
COMPARE_USER_MISC UM_EXTDESC
if_true
CLS
print "\r\nExtended Descriptions Are Now ON\r\n"
end_cmd
end_if
CLS
print "\r\nExtended Descriptions Are Now OFF\r\n"
end_cmd
This toggles the extended list display on/off
Is there a way to have THE ON/OFF Display in the .ASC file..
So a custom message variable would be @EXTDISP@
eg: EXTENDED DISPLAY: @EXTDISP@
I'm not really sure what you're asking. You could display a different .ASC file
based on the results of the test (one for yes, and another no). <shrug>
digital man
| Sysop: | Jacob Catayoc |
|---|---|
| Location: | Pasay City, Metro Manila, Philippines |
| Users: | 5 |
| Nodes: | 4 (0 / 4) |
| Uptime: | 17:31:45 |
| Calls: | 117 |
| Calls today: | 117 |
| Files: | 367 |
| D/L today: |
518 files (245M bytes) |
| Messages: | 70,795 |
| Posted today: | 26 |