
Search found 48 matches
- Thu Oct 01, 2009 4:46 am
- Forum: Editing (Archive)
- Topic: A Point Counter?
- Replies: 26
- Views: 1121
Re: A Point Counter?
sorry for the repeats browser bug. 

- Thu Oct 01, 2009 4:46 am
- Forum: Editing (Archive)
- Topic: A Point Counter?
- Replies: 26
- Views: 1121
Re: A Point Counter?
is there a way to get the point system to only show up on one episode?
thanks
thanks
- Thu Oct 01, 2009 4:46 am
- Forum: Editing (Archive)
- Topic: A Point Counter?
- Replies: 26
- Views: 1121
Re: A Point Counter?
is there a way to get the point system to only show up on one episode?
thanks
thanks
- Thu Oct 01, 2009 4:46 am
- Forum: Editing (Archive)
- Topic: A Point Counter?
- Replies: 26
- Views: 1121
Re: A Point Counter?
is there a way to get the point system to only show up on one episode?
thanks
thanks
- Thu Oct 01, 2009 4:46 am
- Forum: Editing (Archive)
- Topic: A Point Counter?
- Replies: 26
- Views: 1121
Re: A Point Counter?
is there a way to get the point system to only show up on one episode?
thanks
thanks
- Thu Oct 01, 2009 4:46 am
- Forum: Editing (Archive)
- Topic: A Point Counter?
- Replies: 26
- Views: 1121
Re: A Point Counter?
is there a way to get the point system to only show up on one episode?
thanks
thanks
- Wed Sep 30, 2009 6:02 pm
- Forum: Editing (Archive)
- Topic: My melee zombie class shoots bullets!
- Replies: 8
- Views: 410
Re: My melee zombie class shoots bullets!
lucky for me when i made that code it not only replaces all the zombiemen but the sprite names force the demon class to be a fast zombie!
- Wed Sep 30, 2009 4:29 pm
- Forum: Editing (Archive)
- Topic: My melee zombie class shoots bullets!
- Replies: 8
- Views: 410
Re: My melee zombie class shoots bullets!
thanks for a great and quick reply man! 

- Wed Sep 30, 2009 3:47 pm
- Forum: Editing (Archive)
- Topic: My melee zombie class shoots bullets!
- Replies: 8
- Views: 410
My melee zombie class shoots bullets!
I have made a class which needs fixing, you see I've made a script which has a bug that makes the zombies shoot bullets and turn into the default zombieman for a second. Can Some One Help Me? Here's the code: ACTOR Zombie : Zombieman Replaces Zombieman { health 70 radius 20 height 56 mass 300 speed ...
- Tue Sep 08, 2009 4:59 am
- Forum: Editing (Archive)
- Topic: A Point Counter?
- Replies: 26
- Views: 1121
Re: A Point Counter?
how can I add It to just one chapter?
Also Thanks For The Help Before!
Also Thanks For The Help Before!
- Thu Sep 03, 2009 6:11 pm
- Forum: Editing (Archive)
- Topic: Help! Replacing Starter weapons
- Replies: 9
- Views: 643
Re: Help! Replacing Starter weapons
i don't think it would start of with the standard weapons because the psrevolver is programed to overide the standard pistol. i've tested this before by summoning it in game. once picked up the old one disapears!
- Thu Sep 03, 2009 10:02 am
- Forum: Editing (Archive)
- Topic: Help! Replacing Starter weapons
- Replies: 9
- Views: 643
Re: Help! Replacing Starter weapons
I have a Keyconf set up can i do it through this?
Code: Select all
clearplayerclasses
addplayerclass Playerz nomenu
weaponsection Zombieweapons
setslot 1 Chainsaw Fist
setslot 2 PSRevolver
setslot 3 AutomaticShotgun
setslot 4 PulseMachinegun
setslot 5
setslot 6
setslot 7
- Thu Sep 03, 2009 9:52 am
- Forum: Editing (Archive)
- Topic: Help! Replacing Starter weapons
- Replies: 9
- Views: 643
Re: Help! Replacing Starter weapons
Were do I put the code?
- Thu Sep 03, 2009 9:28 am
- Forum: Editing (Archive)
- Topic: New Episodes?
- Replies: 27
- Views: 1301
Re: New Episodes?
I made it all in doom builder so here you go:
Code: Select all
#include "zcommon.acs"
script 1 (int DoorTag)
{
Pillar_Open (DoorTag, 16, 0, 0);
Delay (120);
Pillar_Build (DoorTag, 16, 0);
}
script 2 OPEN
{
Sector_SetFade (10,300,300,300);
}
- Thu Sep 03, 2009 9:24 am
- Forum: Editing (Archive)
- Topic: Help! Replacing Starter weapons
- Replies: 9
- Views: 643
Help! Replacing Starter weapons
I Need help replacing the starter weapons, I've got a replacement handgun and it works if you pick it up but you don't start with it please help!
thanks
thanks