Gurtag
Active member
hey guys, been using script from bloodbane to spawn player in follow#/freespecial3 desired animation, but trying to make it work for more players had some isues...
this is the code i declare in the level txt by spawning a x enity with it..
i clone that and replace p1 for p2/3/4.. it works when the 4 players start the level but if i play alone it crashes.. any ideas how fix that?
this is the code i declare in the level txt by spawning a x enity with it..
Code:
spawn flash
@script
void main()
{
void P1 = getplayerproperty(0, "entity");
performattack(P1, openborconstant("ANI_freespecial35"));
}
@end_script
coords 0 485
at 0
i clone that and replace p1 for p2/3/4.. it works when the 4 players start the level but if i play alone it crashes.. any ideas how fix that?