global declareation of variables outside of scripts

example;

var %t = 7
on *:signal:test:{
echo 4 -a variable t is %t
}