- Joined
- Jun 30, 2008
- Messages
- 580
Name Explains most
Im trying to create a quest to only one person and I tried GetLocalPlayer but when some1 got the quest everyone else desynced and got d/c
Anyone know a solution to my problem?
Many Thanks!
EDIT: I need to put this into my GUI code so can you guys explain it to me so I can make it custom text?
If it requires vJass tell me...
Im trying to create a quest to only one person and I tried GetLocalPlayer but when some1 got the quest everyone else desynced and got d/c
Anyone know a solution to my problem?
Many Thanks!
EDIT: I need to put this into my GUI code so can you guys explain it to me so I can make it custom text?
If it requires vJass tell me...
-
Actions
-
Custom script: if GetLocalPlayer() == GetOwningPlayer(GetBuyingUnit()) then
-
Quest - Create a Required quest titled TEST with the description TESTTT, using icon path ReplaceableTextures\CommandButtons\BTNAmbush.blp
-
Custom script: endif
-