Cyrez
Junior Member

Posts: 143
Registered: 09-02 |
yes i am, I updated them all just to be sure. i have fixed the error and wadauthor says there is no errors but the script don't work :/
this is the script...
// Script for RE-DA
#include "zcommon.acs"
// Some useful hudmessage defines
#define CR_BRICK 0
#define CR_TAN 1
#define CR_GRAY 2
#define CR_GREY 2
#define CR_GREEN 3
#define CR_BROWN 4
#define CR_GOLD 5
#define CR_RED 6
#define CR_BLUE 7
#define CR_ORANGE 8
#define CR_WHITE 9
#define CR_YELLOW 10
#define HUDMSG_PLAIN 0
#define HUDMSG_FADEOUT 1
#define HUDMSG_TYPEON 2
#define FOREVER 1
//Little message seen at grave
script 1 (void)
{
print (s:"\cHOk, I think i'm loosing it.");
}
script 2 open
{
hudmessage (s:"Agent, We have just recieved a message from the RPD.\nIt seems that Umbrella has found out that we have sent you to investigate the mansion.\nUmbrella has dispatched troops to stop you from gaining entrance to the Hive"; HUDMSG_TYPEON, 0, CR_WHITE, 0.5, 0.0, 30.0,
0.05, // Time to spend typing each character.
1.0 // Time to fade away.
);
// Let the message go away:
// 0.9 seconds to type (18 chars * 0.05 sec/char)
// 4.0 seconds to hold
// 1.0 second to fade away
delay (const:((0.9+4.0+1.0)*35)/65536);
}
everything looks right but i could be wrong.
__________________
RESIDENT EVIL - Umbrella Corporation
Omega - Files
Doom Resource Index
-
And when he had opened the forth seal, I heard the voice of the fourth beast say, Come and see. And I looked, and behold a pale horse: and his name that sat on him was Death, and Hell followed with him. (Revelation 6: 7-8)
|