Looks amazing!
Good luck!
Good luck!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menufunction room_AfterFadeIn()
{
cAssassinsCar.FollowCharacter(player, 0, 5);
}
function room_RepExec()
{
if(player.IsCollidingWithChar(cAssassinsCar))
{
player.ChangeRoom(313);
}
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.090 seconds with 14 queries.