• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[JASS] Local quest

Status
Not open for further replies.
Level 3
Joined
Dec 8, 2013
Messages
51
Are there any options to correctly make quest for special force of players?
So I was searching for the answer, get the only thing there's a way like that. At least making local flashing button, but still cause desync.


set ThugsRaid = CreateQuest... // blah blah
call QuestSetEnabled(ThugsRaid, false)
if IsPlayerInForce(GetLocalPlayer(),HumanForce) then
call FlashQuestDialogButton( )
call QuestSetEnabled(ThugsRaid, true)
call FlashQuestDialogButton( )
endif
 
Status
Not open for further replies.
Top