CountDownM
Member
the character is not spawning at the location i set and the camera is scrolling in a weird way
spawn Empty
@script
void main()
{
void P1 = getplayerproperty(0, "entity");
if(P1){
changeentityproperty(P1,"position", 500, 200);
}
}
@end_script
coords 320 460
at 0