Forum

> > Stranded II > Scripts > Scripting Questions
Forums overviewStranded II overview Scripts overviewLog in to reply

English Scripting Questions

2,429 replies
Page
To the start Previous 1 298 99 100121 122 Next To the start

old Re: Scripting Questions

Solve
User Off Offline

Quote
hallo a little help here?

edit:


now ive made so you can plant rocks, and i have a problem... when i put the stone into my hand and plant it, it don't disapear, so i can plant infininte amount of rocks, whit 1 stone. plz some one help me whit this 1!
edited 1×, last 07.06.10 05:14:43 pm

old Re: Scripting Questions

Solve
User Off Offline

Quote
thx!

and now i downloaded a 3d program and there came exempels that i want to convert to b3d i downloaded biturn but it dos not work.
the file is .dsx... plz help me someone?!

edit: i am trying to make a building where you have to have 2 levels, so i am writing this:

if ((skillvalue("construct")>=0)&&(skillvalue("mine")>=0)){
     unlockbuilding 224;
}

ive tryde everithing, but asoon as i put the &&(skilvlaluemine... it wont work... plz help me

also, at the beginning of the game when unreal software logo pops up, can i make a second 1 whit my own logo pop up?
edited 2×, last 09.06.10 02:09:24 pm

old Re: Scripting Questions

Zaikantos
User Off Offline

Quote
I need a script like

1
2
3
4
On:changeday
	If (day>=X) {
		addstate "building",X,fire;
		}

EDIT
Go Someone Evil!
edited 1×, last 09.06.10 08:32:10 pm

old Re: Scripting Questions

Someone Evil
User Off Offline

Quote
@Zaikantos
1
2
3
4
5
6
On:changeday {
$day++
	If ($day>=X) {
		addstate "object","ID",4;
		}
}
@Solve
1
2
3
if (skillvalue("construct")>=0) && (skillvalue("mine")>=0) {
     unlockbuilding 224;
}

old Re: Scripting Questions

Zaikantos
User Off Offline

Quote
Someone that doesnt seem to work...

Let me give some background info.

I want a "hut" with id "10" to "burn" to destruction after "X" days.
I'm working in "Massive mod"

Anyone?
edited 1×, last 09.06.10 08:53:45 pm

old Re: Scripting Questions

Zaikantos
User Off Offline

Quote
I was only giving background information.

1
2
3
4
5
6
On:changeday {
$day++
     If ($day>=X) {
          addstate "object","ID",4;
          }
}

That is what I put it in.

And YES, I do remove the "" at ID and change X into a number.

old Re: Scripting Questions

Solve
User Off Offline

Quote
planting rocks do now work =)!!

but i still really want to have 2 logos in the beginning of the game, so i can keep the unreal software logo where it belongs

and also, can you make the loading bar (when the game is loading) bigger? i want to have a wider and a text whit it

(L O A D I N G)

old Re: Scripting Questions

Solve
User Off Offline

Quote
BWaaahaaaaaa! =,(!


But can i converse a .dxs file to b3d? whit biturn, it dose not work for me =(!

old Re: Scripting Questions

Solve
User Off Offline

Quote
and that means??

and also, can i make a new adventure mode thats starting when you klick the adventure botton? plz tell me

and don't forget my last question!

old Re: Scripting Questions

Someone Evil
User Off Offline

Quote
Solve has written
thx alot, but still vectar 666 what dose it that you say mean?


WORD EXPLENATION: PLUGIN: A plugin is a additional componant for a program or app.

In this case it means a thing you install into DeleD, so that it can convert .dxs to .b3d
To the start Previous 1 298 99 100121 122 Next To the start
Log in to reply Scripts overviewStranded II overviewForums overview