Forum

> > CS2D > Maps/Editor > Possibility to trigger Infinite items
ForenübersichtCS2D-Übersicht Maps/Editor-ÜbersichtEinloggen, um zu antworten

Englisch Possibility to trigger Infinite items

5 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Possibility to trigger Infinite items

Alistaire
User Off Offline

Zitieren
Thread closed - Problem solved.
Spoiler >
4× editiert, zuletzt 14.07.11 17:32:18

alt Re: Possibility to trigger Infinite items

CoDZombies
User Off Offline

Zitieren
I think it would be something like this:

START
-
-la

DELAY -3 seconds
-las
-ag

ONCE
-la
-las

ITEM
-ag

Thats what i saw on fizzykils zombie maps - thats how he doess the levels - might work for this.

alt Re: Possibility to trigger Infinite items

Alistaire
User Off Offline

Zitieren
I'm trying to make an infinite item spawner which can be triggered (Context: A countdown which makes infinite weapons appear, like here, at the 7 seconds mark)

user CoDZombies hat geschrieben
I think it would be something like this:

START
-
-la

DELAY -3 seconds
-las
-ag

ONCE
-la
-las

ITEM
-ag

Thats what i saw on fizzykils zombie maps - thats how he doess the levels - might work for this.


Lol that's to make an item triggered once. I want it to be triggered twice.

alt Re: Possibility to trigger Infinite items

Alistaire
User Off Offline

Zitieren
user Yates hat geschrieben
Twice or more, right? It's possible. A lot of RP maps use it.


Yea but not for unlimited items.

----

I'm so bored that I'm making a tutorial on this problem

Tutorial: Triggering infinite items

> Method 1#
     - Place an item called "item". Set its "Spawn:" to "On trigger only"
     - Place a trigger_start and make it trigger "timer, item"
     - Place a trigger_delay, call it "timer" and make it trigger "itemloop" after 10 seconds
     - Place another trigger_delay, call it "itemloop" and make it trigger "item, itemloop2" instantly
     - Place anóther trigger_delay, call it "itemloop2", make it trigger either "itemloop, item" or "itemloop"

You can't trigger an infinite item spawn twice, so I made my own; it spawns items everytime the item is taken, with minimal lag.

Hope this helps! (Oh wait, it's my own problem)
2× editiert, zuletzt 14.07.11 17:38:18
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Maps/Editor-ÜbersichtCS2D-ÜbersichtForenübersicht