489
edits
Script 10k (talk | contribs) m (they dont work on mac (changing color)) |
Script 10k (talk | contribs) m (→chr_) |
||
Line 206: | Line 206: | ||
*chr_inv_reset [ai_name:string | script_id:int] - clears a characters inventory - chr_inv_reset ambush_tanker_1a | *chr_inv_reset [ai_name:string | script_id:int] - clears a characters inventory - chr_inv_reset ambush_tanker_1a | ||
*chr_invincible [ai_name:string | script_id:int] [on_off:int{0 | 1}] - makes a character invincible - chr_invincible char_0 1 | *chr_invincible [ai_name:string | script_id:int] [on_off:int{0 | 1}] - makes a character invincible - chr_invincible char_0 1 | ||
''Seems only work with char_0'' | |||
*chr_is_player [ai_name:string | script_id:int] - returns if this character is the player - chr_is_player(character) | *chr_is_player [ai_name:string | script_id:int] - returns if this character is the player - chr_is_player(character) | ||
*<span style="color:green"> chr_location chr_index:int [loc_x:float loc_y:float loc_z:float] - Sets the location of any character -*chr_location 0 100 100 100*</span> | *<span style="color:green"> chr_location chr_index:int [loc_x:float loc_y:float loc_z:float] - Sets the location of any character -*chr_location 0 100 100 100*</span> |
edits