Skip to content

Commit

Permalink
Add trigger s upport for shiftop and onclick variants
Browse files Browse the repository at this point in the history
  • Loading branch information
waleedyaseen committed Aug 28, 2024
1 parent 747e298 commit a5c9798
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Local/system settings to manage launcher JRE and Neptune home.
- Icons for script declarations.
- Support for varclan and varclansetting.
- Trigger support for shiftop and onclick variants.

### Changed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,23 @@ enum class RsTriggerType(
),
LOADNPC("loadnpc", subjectType = NPC),
LOADLOC("loadloc", subjectType = LOC),
TRIGGER_45("trigger_45"),
UPDATEOBJSTACK("updateobjstack"),
UPDATEOBJCOUNT("updateobjcount", subjectType = NAMEDOBJ),
TRIGGER_47("trigger_47"),
TRIGGER_48("trigger_48"),
TRIGGER_49("trigger_49"),
CLIENTSCRIPT("clientscript", allowParameters = true),
PROC("proc", allowParameters = true, allowReturns = true),
TRIGGER78("trigger_78"),
TRIGGER79("trigger_79"),
TRIGGER80("trigger_80"),
TRIGGER81("trigger_81"),
ONCLICKLOC("onclickloc"),
ONCLICKOBJ("onclickobj"),
ONCLICKNPC("onclicknpc"),
ONCLICKPLAYER("onclickplayer"),
TRIGGER82("trigger_82"),
SHIFTOPNPC("shiftopnpc"),
SHIFTOPLOC("shiftoploc"),
SHIFTOPOBJ("shiftopobj"),
SHIFTOPPLAYER("shiftopplayer"),
SHIFTOPTILE("shiftoptile"),
;

companion object {
Expand Down

0 comments on commit a5c9798

Please sign in to comment.