• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Vjass question. +rep & secret item code to whoever helps.

Status
Not open for further replies.

Sverkerman

Hosted Project: BoW
Level 17
Joined
Feb 28, 2010
Messages
1,325
Greetings.
I've got a small problem.
I am using this system http://www.hiveworkshop.com/forums/...em-148930/?prev=of=downloads_month&order=DESC

Made by Thewitcher.

I am no Vjasser myself so what I need from you today, sir is to tell me the code to disable and enable the system for player 1.

I wish to run the triggers enabling/disabling the system with another trigger using the action "Run Trigger".

So, to conclude it all:
2 triggers, "Disable" "Enable", both activated by a third and forth trigger using the action "Run Trigger".

If you do this for me you will recieve a secret code to a secret item inside the map which the code is going to be used in.

Thank you so much, good sir

~A guy that cannot continue to work on his map until following problem has been dealt with.
 
Map Maker For 7 Years

I am no Vjasser myself

._.

--------------
For the Camera system, this seems to be the right function:

function ReleaseCameraUnit takes player p returns nothing

In custom script, when you want to disable it for a player, do this:
  • Disable
    • Events
    • Conditions
    • Actions
      • Custom script: call ReleaseCameraUnit(Player(0))
  • Enable
    • Events
    • Conditions
    • Actions
      • Custom script: call SetCameraUnit(udg_YOUR_UNIT_VARIABLE_HERE, Player(0))
 

Sverkerman

Hosted Project: BoW
Level 17
Joined
Feb 28, 2010
Messages
1,325
Great! It works! +rep to both of you, you are secured a Alfa test spot if you'd like (both of you) and I will send you a PM containing a secred item code within 10 days when also the Alpha version will be released.

Thanks.

EDIT: Oh btw, any of you that knows a good Manual Attack system?
 
Status
Not open for further replies.
Top