Quote:
You've missed my point, ill put it in simpler terms if im inside and I walk outside, and theres a person in the garden watching when I come outside (like raw 305) the moment he sees me im outside, not inside not in the basement not in the attic. $outside = $true


oh yeah is it really? Check out what your assumption would result in.

on *:WALKOUTSIDE:*:{ if ($outside == $true) { msg $nick Glad to see your still outside } | else { msg $nick Glad to see you just came outside } }

Amazing you just waked outside from somewhere else, and he says "Glad to see your still outside" oh how correct that is!

You essentially just said the exact same arguement u used before, and i gave you the exact same reason it isnt right in an event that is triggered for the possable change of situation, it is preferatable to have the previous status avaialable to be tested during the event, since you know what the event is, you know what the status well change to, so its previous status is more important than knowing what it well be, as you know what it well become by being in the event.