Forum

> > Stranded II > General > diary problem
ForenübersichtStranded II-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch diary problem

2 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt diary problem

Lantis
User Off Offline

Zitieren
I have a problem with the diary. I tried to copy the first entry as it was in the adventure game, just modifying it.

Here is my time trigger script:

on:trigger {
diary "Shipwrecked","maps\atlantis\atlantis.s2s","diary01";
free "self";
}

and this is my atlantis.s2s file text:

/*
*/

//~diary01
!4- Island -
MY TEXT


script=end

It doesnt work. Can anyone tell me why? I do have the right path, I just dont know what am I doing wrong. Thank you a lot everyone!
1× editiert, zuletzt 03.08.09 20:54:25

Admin/Mod Kommentar

don't write whole words in capital letters please. especially not the whole title of your thread. changed. /DC

alt Re: diary problem

Xane
User Off Offline

Zitieren
Lantis hat geschrieben
I have a problem with the diary. I tried to copy the first entry as it was in the adventure game, just modifying it.

Here is my time trigger script:

on:trigger {
diary "Shipwrecked","maps\atlantis\atlantis.s2s","diary01";
free "self";
}

and this is my atlantis.s2s file text:

/*
*/

//~diary01
!4- Island -
MY TEXT


script=end

It doesnt work. Can anyone tell me why? I do have the right path, I just dont know what am I doing wrong. Thank you a lot everyone!


Well, the
"/*
*/"
Isn't needed, and "script=end" isn't needed.

Other than that it looks fine. Make sure it isn't the trigger causing the problem.

alt Trigger problems

Lantis
User Off Offline

Zitieren
And now I have problem with count trigger. They just dont work at all. Nothing happens... I set the count trigger to 1 iron. When I obtain it, there should be this happening:

on:trigger {
diary "Shipwrecked","maps\atlantis\atlantis.s2s","diary01";
free "self";
}

but there is nothing going on... why???

The only trigger working is the areal trigger.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtStranded II-ÜbersichtForenübersicht