Thread: Operators
View Single Post
  #1  
Unread 03-09-2011, 09:24 PM
TalTal TalTal is offline
A Griffon
Featured
 
Join Date: Nov 2005
Server: Nagafen
Posts: 1,095
Default Operators

hey guys. A little help if you don't mind.

TCOND = (CurrTopVal '>=' 1)
NCOND = (Parent.WC_Backdrop.BarBack.Height == 20)
HCOND = TCOND && NCOND

This code crashes the ui...all variables are set and paths exist.

Basically I have two things to check. I need to make sure they are both true and then do a third thing.

HCOND = TCOND && NCOND

Remove that line and it does not crash anymore (of course I'm screwed without it lol).

Any tips or ideas?

Thanks,
Silat
Reply With Quote