Skip to content

Commit

Permalink
Merge pull request #68 from dotBeeps/master
Browse files Browse the repository at this point in the history
Updated P5R messagescript library.
  • Loading branch information
tge-was-taken authored Apr 12, 2024
2 parents 2b6ad6b + 0613f3a commit 17239e9
Showing 1 changed file with 79 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
"Parameters": [
{
"Name": "param1",
"Description": ""
"Description": "Always 0"
},
{
"Name": "flag_section",
Expand Down Expand Up @@ -303,15 +303,15 @@
},
{
"Index": 1,
"Name": "",
"Description": "",
"Name": "lName",
"Description": "Last name of the protagonist",
"Parameters": [
]
},
{
"Index": 2,
"Name": "",
"Description": "",
"Name": "fName",
"Description": "First name of the protagonist",
"Parameters": [
]
},
Expand Down Expand Up @@ -393,23 +393,39 @@
},
{
"Index": 11,
"Name": "",
"Description": "",
"Name": "stIcon",
"Description": "Get the name of a Social stat by id and level",
"Parameters": [
{
"Name": "stat_id",
"Description": "ID of the stat. (know: 0, charm: 1, prof: 2, guts: 3, kind: 4)"
}
]
},
{
"Index": 12,
"Name": "",
"Description": "",
"Name": "stLabel",
"Description": "Label tag of a social stat",
"Parameters": [
{
"Name": "stat_id",
"Description": "ID of the stat. (know: 0, charm: 1, prof: 2, guts: 3, kind: 4)"
}
]
},
{
"Index": 13,
"Name": "",
"Description": "",
"Name": "stLvLabel",
"Description": "Label of a social stat at a specific level (oblivious, learned, etc)",
"Parameters": [
{
"Name": "stat_id",
"Description": "ID of the stat. (know: 0, charm: 1, prof: 2, guts: 3, kind: 4)"
},
{
"Name": "level",
"Description": "Level to get the label of."
}
]
},
{
Expand All @@ -435,9 +451,57 @@
},
{
"Index": 17,
"Name": "",
"Description": "",
"Name": "cut",
"Description": "Sets the cut-in to display.",
"Parameters": [
{
"Name": "param0",
"Description": "Unknown value. Needs to be 1"
},
{
"Name": "param1",
"Description": "Unknown value. Needs to be 65535/-1/ffff"
},
{
"Name": "param2",
"Description": "Unknown value. Needs to be 65535/-1/ffff"
},
{
"Name": "param3",
"Description": "Unknown value. Needs to be 65535/-1/ffff"
},
{
"Name": "param4",
"Description": "Unknown value. Needs to be 65535/-1/ffff"
},
{
"Name": "param5",
"Description": "Unknown value. Needs to be 65535/-1/ffff"
},
{
"Name": "param6",
"Description": "Unknown value. Needs to be 65535/-1/ffff"
},
{
"Name": "param7",
"Description": "Unknown value. Needs to be 65535/-1/ffff"
},
{
"Name": "characterId",
"Description": "The id of the character."
},
{
"Name": "expressionId",
"Description": "The id of the character's expression."
},
{
"Name": "param10",
"Description": "Unknown value. Needs to be 300 or 301 depending on character"
},
{
"Name": "enabled",
"Description": "If the cut-in is enabled."
}
]
},
{
Expand Down Expand Up @@ -520,8 +584,8 @@
},
{
"Index": 28,
"Name": "",
"Description": "",
"Name": "group",
"Description": "The team/guild/group name.",
"Parameters": [
]
},
Expand Down

0 comments on commit 17239e9

Please sign in to comment.