Forum

> > Stranded II > General > diary problem
Forums overviewStranded II overviewGeneral overviewLog in to reply

English diary problem

2 replies
To the start Previous 1 Next To the start

old diary problem

Lantis
User Off Offline

Quote
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!
edited 1×, last 03.08.09 08:54:25 pm

Admin/mod comment

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

old Re: diary problem

Xane
User Off Offline

Quote
Lantis has written
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.

old Trigger problems

Lantis
User Off Offline

Quote
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.
To the start Previous 1 Next To the start
Log in to replyGeneral overviewStranded II overviewForums overview