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 ?
on:changeday {
// Max number of Turtles
$max_turtles=25;
// Spawn Turtles
if (count("unit",10)<$max_turtles){
randomcreate "unit",10;
}
freevar $max_turtles;
}
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 ?
Sory @ kosi maz: and @ 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 ^^"
.....