Forum
Stranded II Scripts kill specific animalkill specific animal
2 replies 1
1
2
3
4
5
6
7
8
9
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; }
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
1