Novahq.net Forum

Novahq.net Forum (https://novahq.net/forum/index.php)
-   Delta Force (https://novahq.net/forum/forumdisplay.php?f=101)
-   -   Can the WAC trigger events with the "Z" key? (https://novahq.net/forum/showthread.php?t=46171)

Guest001 08-05-2011 05:56 AM

Can the WAC trigger events with the "Z" key?
 
Can the WAC or MEd trigger events when the "Z" key is pressed?

For DFX2

MERMITE 08-05-2011 12:58 PM

I to would like an answer to this one, best I can do is hack the emotes, player pushes emote key, activate .wav, use .wav as trigger..not very good at all or worse is the playerfired cmmd.

Guest001 08-06-2011 01:23 AM

I want to apply the premise of dangerous terrain.
Player cannot go prone without losing health.
Say lose 10% health for every 5 seconds prone.
Stationary too long, same effect but less severe...etc.
Bugs or toxic chemicals the reason?...whatever.
I also have the problem of if this works in Singleplayer? (best chance) does it work in Multiplayer?

MERMITE 08-06-2011 04:44 PM

Quote:

Originally Posted by stompem (Post 374251)
I want to apply the premise of dangerous terrain.
Player cannot go prone without losing health.
Say lose 10% health for every 5 seconds prone.
Stationary too long, same effect but less severe...etc.
Bugs or toxic chemicals the reason?...whatever.
I also have the problem of if this works in Singleplayer? (best chance) does it work in Multiplayer?

In one of my DFX1/sp mission, Timor, I needed to bring in more 'harm' and used vampire bats (Qld F. bats ...lol) the deal was each bite you lost 10% health, from memory.

if SSNwounded(10000) and elapse(5) then
doseq
SSNhp(10000,40)
next
SSNhp(10000,30)
next
SSNhp(10000,20)
next
SSNhp(10000,10)
next
killSSN(10000)
enddo
endif
Default player is 150hp, you can easily change the trigger,

another option:

ploop
if NOT SSNnearSSN(player,objectSSN,distance) then
SSNaddhp(player,-10)
endif
end
As DFX2 is more based on JOE, you can use some 'ADVANCED'
.wac words like gloop, ploop, and add and remove EXP points
to keep you player on target, but Stomp I think it's dumb to suggest your player can't bite the dirt when shot at, I know if I got the choice of taking a bullet or diving on a snake, I'd take the later...lol

"M"

on reflection 'it's too controlling'

Oscarmike247 02-07-2018 09:42 AM

Quote:

Originally Posted by MERMITE (Post 374248)
I to would like an answer to this one, best I can do is hack the emotes, player pushes emote key, activate .wav, use .wav as trigger..not very good at all or worse is the playerfired cmmd.

Is there really a way to trigger a wac command if a wav file is played? Or if player has selected a given emote?

Im trying to find better solutions for player interation control.

Thanks for any info.


All times are GMT -5. The time now is 04:36 PM.

Powered by vBulletin®