Name: make_selected_scar - make the player a specific scar Syntax: make_selected_scar(int num) Description: The make_selected_scar function makes the player a specific scar, selected by num. The scars have the following numbers: 0 : left leg 5 : left hand 1 : right leg 6 : right hand 2 : nose 7 : forehead 3 : left arm 8 : left cheek 4 : right arm 9 : right cheek Return value: The new scar value (same as query_scar). Examples: this_player()->make_selected_scar(1); See also: player/remove_selected_scar, player/make_scar, player/show_scar, player/query_scars