Bob the Hamster OHRRPGCE Developer

Joined: 22 Feb 2003 Posts: 2526 Location: Hamster Republic (Southern California Enclave)
|
Posted: Tue Oct 19, 2010 7:47 am Post subject: |
|
|
What about:
Code: |
script,quake while waiting,ticks=1,begin
variable(i)
for(i,0,ticks),do,begin
pan camera(random(0,3),1,random(1,5))
wait(1)
end
camera follows hero
end
|
|
|