Hi guys!
I was thinking: how could I achieve a camera wobble effect such as this
http://www.youtube.com/watch?v=sZEj_fypGjA&feature=related when I'm walking around? As far as now I've made this script, but I don't like the stock plrwobble effect (Project Blue 1.8C Beta 2).
;Artificial Intelligence Script
;Header
desc = Running Wobble Script
;Triggers
:state=0,keypressed=17 0:plrwobble=0
:state=0,keypressed=30 0:plrwobble=0
:state=0,keypressed=31 0:plrwobble=0
:state=0,keypressed=32 0:plrwobble=0
:state=0,keypressed=17 1:plrwobble=0
:state=0,keypressed=30 1:plrwobble=0
:state=0,keypressed=31 1:plrwobble=0
:state=0,keypressed=32 1:plrwobble=0
:state=0,keypressed=17 1,plrusingrun=1:plrwobble=40
:state=0,keypressed=30 1,plrusingrun=1:plrwobble=40
:state=0,keypressed=31 1,plrusingrun=1:plrwobble=40
:state=0,keypressed=32 1,plrusingrun=1:plrwobble=40
;End of Script
Someone could help please?
Thx