Forum

> > Stranded II > Scripts > kill specific animal
Forums overviewStranded II overview Scripts overviewLog in to reply

English kill specific animal

2 replies
To the start Previous 1 Next To the start

old Re: kill specific animal

TimeQuesT
User Off Offline

Quote
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;
}

old Re: kill specific animal

JustARandomPlayer
User Off Offline

Quote
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
edited 1×, last 26.04.12 07:29:31 pm
To the start Previous 1 Next To the start
Log in to reply Scripts overviewStranded II overviewForums overview