if(!iseating)
if(!training)
if(!passingby)
..// my stuff here
Is there a way I can put this all in one line?
-Camaro-
ID:174718
![]() Jul 23 2003, 9:08 pm
|
|
As I've been making verbs and procs, I've been wondering if there's an easier way to do this...
|
![]() Jul 23 2003, 9:11 pm
|
|
look up | in under help in dm.
|
It would. Until one day you started running into strange things happening (because binary operators work quite a bit differently to logical operators).
|
Camaro wrote:
As I've been making verbs and procs, I've been wondering if there's an easier way to do this... > if(!iseating) |