wMSG
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Jul 26, 2009 |
| Last Updated | Jul 26, 2009 |
| Tags | message mirc script welcome |
Introduction
mIRC Snippet:
wMSG
Posted on Jul 26, 2009 4:25 am
Posted on Jul 26, 2009 4:25 am
if $readini(wmsg.ini, $nick, wmsg) {
checks for if it excists, if its 0, it excists
checks for if it excists, if its 0, it excists
mIRC Snippet:
wMSG
Posted on Jul 26, 2009 5:07 am
Posted on Jul 26, 2009 5:07 am
in mIRC the condition if return 1 is $true if return 0 or $null is $false
like that e.g
look for the result
/t 1 return true
/t 0 return false
/t return false
so if $readini(wmsg.ini, $nick, wmsg) if return 1 command will be execute if return 0 or $null will not execute
like that e.g
| Code: |
| alias t { var %t $1 if (%t) echo -a true else echo -a false } |
look for the result
/t 1 return true
/t 0 return false
/t return false
so if $readini(wmsg.ini, $nick, wmsg) if return 1 command will be execute if return 0 or $null will not execute




