User Tools

Site Tools


scripting_reference

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
scripting_reference [2019/12/22 20:08] justinscripting_reference [2020/02/04 19:54] justin
Line 5: Line 5:
 ^Name^Signature^ ^Name^Signature^
 |[[add_character|Add Character]]|**add_character**(//model_name//, //tile//, //entity_id//)| |[[add_character|Add Character]]|**add_character**(//model_name//, //tile//, //entity_id//)|
-|[[add_item_to_container|Add Item To Container]]|**add_item_to_container**(//entity_id//, //item_id//, //count//)|+|[[add_item_to_container|Add Item To Container]]|**add_item_to_container**(//entity//, //item_id//, //count//)|
 |[[add_object|Add Object]]|**add_object**(//model_name//, //tile//, //entity_id//)| |[[add_object|Add Object]]|**add_object**(//model_name//, //tile//, //entity_id//)|
 |[[add_party_member|Add Party Member]]|**add_party_member**(//model_name//, //member_id//)| |[[add_party_member|Add Party Member]]|**add_party_member**(//model_name//, //member_id//)|
Line 13: Line 13:
 |[[display_message|Display Message]]|**display_message**(//message_text//)| |[[display_message|Display Message]]|**display_message**(//message_text//)|
 |[[enable_container|Enable Container]]|**enable_container**(//entity_id//)| |[[enable_container|Enable Container]]|**enable_container**(//entity_id//)|
 +|[[end_battle|End Battle]]|**end_battle**(//victory//)|
 |[[execute_script|Execute Script]]|**execute_script**(//script_name//)| |[[execute_script|Execute Script]]|**execute_script**(//script_name//)|
 |[[fade_in|Fade In]]|**fade_in**(//duration//)| |[[fade_in|Fade In]]|**fade_in**(//duration//)|
Line 39: Line 40:
 |[[play_sound|Play Sound]]|**play_sound**(//sound_name//)| |[[play_sound|Play Sound]]|**play_sound**(//sound_name//)|
 |[[print|Print]]|**print**(//data//)| |[[print|Print]]|**print**(//data//)|
-|[[put_entity|Put Entity]]|**put_entity**(//entity_id//, //tile_id//)|+|[[put_entity|Put Entity]]|**put_entity**(//entity//, //tile_id//)|
 |[[put_player|Put Player]]|**put_player**(//tile_id//, //direction//)| |[[put_player|Put Player]]|**put_player**(//tile_id//, //direction//)|
 |[[remove_entity|Remove Entity]]|**remove_entity**(//entity//)| |[[remove_entity|Remove Entity]]|**remove_entity**(//entity//)|
Line 50: Line 51:
 |[[reset_entity_rotation|Reset Entity Rotation]]|**reset_entity_rotation**(//entity//, //duration//)| |[[reset_entity_rotation|Reset Entity Rotation]]|**reset_entity_rotation**(//entity//, //duration//)|
 |[[restore_party_member|Restore Party Member]]|**restore_party_member**(//member_id//)| |[[restore_party_member|Restore Party Member]]|**restore_party_member**(//member_id//)|
 +|[[revive_character|Revive Character]]|**revive_character**(//character//, //heal_amount//)|
 |[[rotate_camera|Rotate Camera]]|**rotate_camera**(//horizontal_angle//, //vertical_angle//)| |[[rotate_camera|Rotate Camera]]|**rotate_camera**(//horizontal_angle//, //vertical_angle//)|
 |[[rotate_camera_over_time|Rotate Camera Over Time]]|**rotate_camera_over_time**(//horizontal_angle//, //vertical_angle//, //duration//)| |[[rotate_camera_over_time|Rotate Camera Over Time]]|**rotate_camera_over_time**(//horizontal_angle//, //vertical_angle//, //duration//)|
scripting_reference.txt · Last modified: 2024/04/04 20:38 by justin