shouldn't that beMagicfinger wrote:secondary to this....
it would be good to have a NOT operator morb's scripts seem to have quite a few...
Code: Select all
if something = something { } else { do something }
Code: Select all
if something = something
{
do something
)
else
{
do something
}