is there a way to get a trigger to client?
for example, this wouldn't replace the animations, because its clientside:
PHP Code:
function onPlayerLogout() {
replaceani("walk", "walk");
replaceani("idle", "idle");
setani("idle", null);
("BlueFlag").trigger("ActionReturnFlag", player.account);
removeWeapon("-BlueFlag");
}