Changes
Page history
Update Linking Players Objectives
authored
Jul 27, 2023
by
Devin
Show whitespace changes
Inline
Side-by-side
Linking-Players-Objectives.md
View page @
075787b1
...
...
@@ -39,7 +39,7 @@ Now, we'll need to add a row (per player) to 2 tables: `QuestStates` and `Object
-
Run this command:
`select * from QuestStates;`
-
Take note of the column names. They should be playerID, questID, questState, and needingNotification.
-
Run this command:
`insert into QuestStates(playerID,questID,questState,needingNotification) values(PID,QID,1,0);`
-
Be sure to replace
player
ID and
quest
ID with the values you wrote down.
-
Be sure to replace
P
ID and
Q
ID with the values you wrote down.
-
replace PID with playerID
-
replace QID with questID
...
...
...
...