Forum
Stranded II General scripts?scripts?
10 replies 1
Incskill "Plant" ,800;
The plant is the skill, repalce it with these:
Wood
Plant
Hunt
Fish
Dig
The 800 sets the level to 800. It's best to set all levels to 800 so they are at peak efficency (or better).
-Gregg
1
addstate "unit", "1", "eternalfire"
try this, its quite good for .... uhm ... something
1
2
2
addstate "unit",1,"speed"; statevalue "unit",1,"speed",0;
spf357 has written
try this, its quite good for .... uhm ... something
1
addstate "unit", "1", "eternalfire"
try this, its quite good for .... uhm ... something
you are so mean
@batman
if you speak a bit German you can read this here:
http://stranded.unrealsoftware.de/s2_commands.php
there is everything about scripts
if you don't speak German just ask in the scripting-question thread.
btw:
1
playerdamage damage;
1
2
3
2
3
$xx=getx("unit",1); 		$yy=gety("unit",1); 		$zz=getz("unit",1);
Then go somewhere else and type in
1
setpos"unit",1,$xx,$yy,$zz;
You will teleport where you typed in the first thing.
Gregg has written
This one will raise your skills to any level@
Incskill "Plant" ,800;
The plant is the skill, repalce it with these:
Wood
Plant
Hunt
Fish
Dig
The 800 sets the level to 800. It's best to set all levels to 800 so they are at peak efficency (or better).
-Gregg
Incskill "Plant" ,800;
The plant is the skill, repalce it with these:
Wood
Plant
Hunt
Fish
Dig
The 800 sets the level to 800. It's best to set all levels to 800 so they are at peak efficency (or better).
-Gregg
OMG FINALLY!!!
Thanks I've been wondering how to do that.
Edit: nvm it dosent work
edited 1×, last 28.05.08 12:20:53 am
1
consume [1] [,100] [,100] [,100]
wahts about this? try it
1
2
2
msg "I'm jackass",6,500000; speech "positive";
1
setpos 0,99999,0;
try it.
-if there is a memory violence error, try smaller number.-
1