Hey guys on my previous game, (cant remember which engine used in 2014) i was using this code to set pallet to entity:
at main entity:
and at summoned:
tested today, and work on old build, but not working on 4183 and 4287,
i missed some new functions which replace this ones?
at main entity:
Code:
void self = getlocalvar("self");
int cor = getentityproperty(self,"map");
setglobalvar("palChar", cor);
and at summoned:
Code:
void self = getlocalvar("self");
int cor = getglobalvar("palChar");
changeentityproperty(self, "map", cor);
tested today, and work on old build, but not working on 4183 and 4287,
i missed some new functions which replace this ones?