Hi,
I want to ask if is possible to use slick surface (behavior) only when I want, even if slick surface is not in map at all.
Something like:
if (playerID4_is_granger == 1)
{
playerID4_ground_surface = slick;
}
And in game all grangers will slide even on standard surface. I tried search source codes but I found nothing, only few things on client side :-(