Test()
icon = 'T_Turf.dmi'
icon_state = "T1"
Entered()
Test2()
I want to make it compressed to reduce lines. Example
Test {icon = 'T-Turf.dmi';icon_state = "T1";Entered();Test2()}
Only problem is that it does not use Test2() proc correctly when in this form. Is there a way to have this compressed style, and still have full function of Proc's?