Forum

> > Stranded II > Maps/Editor > Reapear Animal on the next day
Forums overviewStranded II overview Maps/Editor overviewLog in to reply

English Reapear Animal on the next day

19 replies
To the start Previous 1 Next To the start

old Reapear Animal on the next day

DaynNee
User Off Offline

Quote
I'm new here ., I want to ask, how to reapear Animal on the next day..

> I've make an islands with many turtle, but after I kill them and sleep for the next day The turtle doesn't reapear (refresh).
> I want they reapear after some time just like on adventure mode (3rd-island). "The Lion I killed they reapear in the next day".. is there any tips on this problem ?

old Re: Reapear Animal on the next day

kosi maz
User Off Offline

Quote
Put this code in "Global script" area.

1
2
3
4
5
6
7
8
9
10
11
on:changeday {

	// Max number of Turtles
	$max_turtles=25;

	// Spawn Turtles
	if (count("unit",10)<$max_turtles){
		randomcreate "unit",10;
	}
	freevar $max_turtles;
	}

old Doesn't work

DaynNee
User Off Offline

Quote
Thx everyone for answering but they doesn't work..

@user KimKart:
I have Smash F5 button but The turtle didn't appear..

@user kosi maz:
I have put them on Global Script but also doesn't work..

or maybe there are some object that reapaer Turtle ??
just like Raptor Nest for Dinosaurus or Banana Tree for Monkey ??

but I Prefer for script ^^"

old Re: Reapear Animal on the next day

Ashelin
BANNED Off Offline

Quote
I only posted the popular ones, since no kid has ever tought of using the far more superior browsing software.
Quote
(opera)
Yes, we Geddit.

old Spawn Control ??

DaynNee
User Off Offline

Quote
@user kosi maz:

Where I can See SpawnControl ?

I have look it up on Stranded 2's folder on my PC.. but I can't find it..

sory for disturbing u with this question

old I got It

DaynNee
User Off Offline

Quote
Thx everyone,
F5 and spawn Control Worked

Oh 1 more.
I want my NPC just like Bandit or Another NPC on Adventure/random map that after I hit "E" button some menu Apear And I can buy some Item from NPC.. Is there any tips from Infos or Another script ?

old The Script Problem / PC problem

DaynNee
User Off Offline

Quote
@user kosi maz:
Sory to interupt u ^^"

I have a problem with my stranded

first
I put the Script on to them.

second
but after I open the editor and lookit up again. they(the scripts) disapear.

is it normal for u, or they r some problem with my stranded file ?

Everytime I put some script,
after I Close the stranded and look it up they disapear..

old I Got It ^^'

DaynNee
User Off Offline

Quote
Sory @user kosi maz: and @user Assassin moder: and everyone..
There r some problem with my Stranded File...
The Last Problem has been solved !
I must uninstal Stranded II and save them to Local Disk D

So Know every Script can be Used ^^"
maybe my antivirus is very active they delete some file from Stranded 2 file...

anyway thx everyone :D, now I can make my own map ^^"
.....
To the start Previous 1 Next To the start
Log in to reply Maps/Editor overviewStranded II overviewForums overview