16
Bug reports / Re: 3d character looped animation
« on: October 31, 2012, 11:51:00 PM »
Finally someone who's expiriencing the very same problem.
Now if there's any solution for that?
Now if there's any solution for that?
Forum rules - please read before posting, it can save you a lot of time.
Например в game_loop.script пи
if (Game.HasItem("200euro") && Game.HasItem("I_Hairpin") && Game.HasItem("I_lipstick"))
{
Game.ChangeScene("scenes\Basement\Basement3\Basement3.scene", false, false);
}
else
{
Sleep(200);
}