ammo script

Post a reply

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: :angel: :angry: :beer: :bfg: :chaingun: :cheers: :blergh:
View more smilies

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1.5 MiB.

Expand view Topic review: ammo script

ammo script

by sykesccorp » Tue Mar 04, 2008 11:34

i need a script for my one level wad called Delta Complex in the ammo room i need it so once you pick up say a ammo clip once it has been picked up it delays and the spawns a new one
#include "zcommon.acs"

Code: Select all

script 1 open
{
SpawnSpot(T_AMMOBOX, 1, 0, 0);
}
then itll be

Code: Select all

script 2 (void)
{
?
}
and it only makes 2 boxes spawn not including the start one
if you could help me as soon as possible thankyou

Top