Shoutbox

IF statements in Quicktexts - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: WLM Plus! General (/forumdisplay.php?fid=23)
+----- Thread: IF statements in Quicktexts (/showthread.php?tid=35373)

IF statements in Quicktexts by Ash_ on 12-07-2004 at 11:40 PM

i reckon Patchou should imbed (somehow :P) if statements into Quick texts so you can go like

code:
.if (!CN)=="Ash"
Hello Ash
.else
Heya
.endif


(i think (!CN) is there contact name) anyway you could use the email one aswell.  just makes quicktexts more cutomizable.

if you cant ahwell (Y)(Y)
RE: IF statements in Quicktexts by CookieRevised on 12-08-2004 at 06:14 AM

If you want that, why not make your own command with VBScript? You'll have all that and more. Install the VBScript plugin framework and create your own VBScript plugin

http://shoutbox.menthix.net/showthread.php?tid=20...d=193672#pid193672

That and in combination with the quicktexts, you can make it do exactly what you want  ;)

Quicktext alias: /sayhello
Quicktext text: /xsayhello (!CN)

and make your vbscript plugin "sayhello"... (see vbscript plugin framework for examples)