You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wanted to share a module for scripts/globals/player.lua
inserted into line 174
-- removes New Player Flag once Tutorial is completed
if player:getCharVar('TutorialProgress') == 0 then --change value 0-11 to complete at different stages
player:setNewPlayer(false)
end
Not as in retail, but a feature that works to remove the pesky red ?.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Wanted to share a module for scripts/globals/player.lua
inserted into line 174
-- removes New Player Flag once Tutorial is completed
if player:getCharVar('TutorialProgress') == 0 then --change value 0-11 to complete at different stages
player:setNewPlayer(false)
end
Not as in retail, but a feature that works to remove the pesky red ?.
Beta Was this translation helpful? Give feedback.
All reactions