Hi!
thanks for you answer!
I can't make the first one work. can you please give an example.
here is what i tried:
-----------------------------------
action moving_terrain()
{
while(1)
{
c_move(me, nullvector, vector(0,0,5*time_step), NULL);
wait(1);
}
}
--------------------------------------
and:
--------------------------------------
action moving_terrain()
{
while(1)
{
my.z +=5*time_step;
wait(1);
}
}
------------------------------------
and:
-----------------------------------
action moving_terrain()
{
while(1)
{
my.z +=5;
wait(1);
}
}
------------------------------------
none of them worked.
thanks!
- Muhsin Kaymak
Come and play my new browsergame - Valley Of Wolves:
http://www.mafiacreator.com/ValleyOfWolvesHurry and be the first to take over the different business' in the Valley Of Wolves, before anybody else does it!
And be the most feared MafiaBoss in the World!!