Forum

> > Stranded II > Scripts > kill specific animal
ForenübersichtStranded II-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch kill specific animal

2 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Re: kill specific animal

TimeQuesT
User Off Offline

Zitieren
I don't know if this works:

1
2
3
4
5
6
7
8
9
//Map-Main-Script:
$iKillCounter = 0;

//Unit, paste this into an text-container and attach it to every raptor using "addscript"
//or use replacescript... (something like that)
on:die
{
	$iKillCounter = $iKillCounter + 1;
}

alt Re: kill specific animal

JustARandomPlayer
User Off Offline

Zitieren
i know that way but i don't want to put it on every animal,or in the unit.inf....i want to put it in multiplayer mod to count how many times i killed the other one ...
i want working like this(i know this way will never work..)

on:kill "here to put the id of the unit" {
script;
}


can someone tell me a script that will make the building more easyer?i mean if i have 40 stones that i must used them to buil a campfire,i need 40 right click,but i want a script that will take me just one right click and all of the stones are used
1× editiert, zuletzt 26.04.12 19:29:31
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtStranded II-ÜbersichtForenübersicht