Skip to content

Commit

Permalink
Merge pull request #188 from Argent77/ee-script-actions
Browse files Browse the repository at this point in the history
Document more EE-specific script actions
  • Loading branch information
lynxlynxlynx authored Feb 6, 2025
2 parents a6e2062 + 686b367 commit e4e4574
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _data/actions/375-bgee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ params:
- name: SetReset
type: i
ids: boolean
unknown: true
no_result: true
3 changes: 2 additions & 1 deletion _data/actions/382-bgee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ bgee: 1
pstee: 1
n: 382
name: JoinPartyOverride
unknown: true
desc: |-
This action behaves like [JoinParty()](#19), except that it uses [MakeGlobalOverride()](#383) to promote a creature to global status.
3 changes: 2 additions & 1 deletion _data/actions/406-bgee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ params:
- name: State
type: i
ids: boolean
unknown: true
desc: |-
If "State" is `FALSE` then this action clears the "Last Save" definition in `baldur.lua` for the current campaign that would otherwise enable the player to automatically load the latest save from the start menu of the game. Specifying `TRUE` does nothing.
4 changes: 3 additions & 1 deletion _data/actions/408-bgee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ params:
type: p
- name: Strref
type: i
unknown: true
desc: |-
Same as [DisplayStringPoint(P:Location\*,I:Strref\*)](#361) this action displays a floating message over a point in the script runner's current area, but also displays it in the message log.
{% capture note %} It is possible to colorize the string. In order to do so, follow the instructions concerning the colorization of the name of your character during [Character Creation]({{ "/appendices/charactercreation.htm" | relative_url }}). {% endcapture %} {% include info.html %}
3 changes: 2 additions & 1 deletion _data/actions/417-pstee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ params:
- name: DisguiseNum
type: i
ids: disguise
unknown: true
desc: |-
This action applies the specified [disguise]({{ ids }}/disguise.htm) to the Nameless One. Character sprite, paperdoll on the inventory screen and portrait on the statistics screen are changed according to the disguise. Specifying `NONE` will remove the disguise.
3 changes: 2 additions & 1 deletion _data/actions/447-pstee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ params:
type: p
- name: Time
type: i
unknown: true
desc: |-
This action causes the active creature to move towards the specified coordinates for the given amount of time which is measured in AI updates (15 per second by default). If time runs out before reaching the target point the creature instantly teleports to the specified coordinates.

0 comments on commit e4e4574

Please sign in to comment.