• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

GetLocalPlayer question

Status
Not open for further replies.
Level 9
Joined
Oct 17, 2007
Messages
547
Will the game desync if I use GetLocalPlayer to allow each player to have their own sets of quests? I'll be using GUI with custom script action.
 
Level 8
Joined
Oct 3, 2008
Messages
367
Not exactly. Use the same procedure, but use EnableQuest (if that's the native name). There should be a DisableQuest, too. Unless they're combined into one native that takes a boolean.

Anyway, use that. It hides quests totally.
 
Level 8
Joined
Aug 6, 2008
Messages
451
It works yea. Quests are pretty much only visual stuff anyways. As long as you have that quest handle created for every player, it should be alright.
 
Status
Not open for further replies.
Top