View Single Post
# 2 30-04-2003 , 06:40 AM
kbrown's Avatar
Moderator
Join Date: Sep 2002
Location: London, UK
Posts: 3,198
I didn't test this out but I think your problem is this line:

if ('window -ex $amx_char_vwr')

... which should be:

if (`window -ex $amx_char_vwr`)

Notice the ' vs ` characters...


Kari
- My Website
- My IMDB

Do a lot, Fail a lot and Learn a lot!