Project

General

Profile

Bug #80

jHexen: Trigger doesn't work (old bug)

Added by e6y over 21 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
2003-06-23
% Done:

100%


Description

trigger does't work if second part of two-phrase message
(in this case: "on the seven portal") has not time to be
displayed
(activate trigger and quick exit from sub-level)

(original hexen has this bug too)

Labels: jHexen Gameplay

History

#2 Updated by e6y over 21 years ago

Logged In: YES
user_id=412504

no bug
I have looked realization of this script:

printbold(s:"ONE THIRD OF THE PUZZLE HAS BEEN SOLVED");
delay(const:96);
printbold(s:"ON THE SEVEN PORTALS");
if(gametype() != GAME_NET_DEATHMATCH) {
ACS_Execute(const:20, 2, 0, 0, 0);
}

>delay(const:96);
3 seconds...
Script paused at fast exit to "seven portal"

Also available in: Atom PDF