Skip to content

Commit

Permalink
Scripts: Make SCRIPT_COMMAND_DESPAWN_SELF reflect core impl
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed May 30, 2024
1 parent 537d728 commit b980f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/script_commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ Defining a buddy could be done in several way:
* datalong2 = amount
* data_flags & SCRIPT_FLAG_COMMAND_ADDITIONAL: remove the item from player by the given amount

18 SCRIPT_COMMAND_DESPAWN_SELF resultingSource = Creature
18 SCRIPT_COMMAND_DESPAWN_SELF resultingTarget = Creature
* datalong = despawn delay

19 SCRIPT_COMMAND_PLAY_MOVIE target can only be a player
Expand Down

0 comments on commit b980f81

Please sign in to comment.