Frictional Games Forum (read-only)

Full Version: DELETE
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
DELETE
When editing your post, click on the "Source" tab and then paste away.
(06-16-2012, 10:34 PM)Your Computer Wrote: [ -> ]When editing your post, click on the "Source" tab and then paste away.
Thank you.
Notes reference a name too, but have you tried testing it under a different profile?
(06-16-2012, 10:52 PM)Your Computer Wrote: [ -> ]Notes reference a name too, but have you tried testing it under a different profile?
Yes.
(06-16-2012, 10:54 PM)Dingo224 Wrote: [ -> ]Yes.

What have you set for the NoteText field for the note in the level editor and what are the arguments you used for the SetMessage function (or whatever function you were attempting to display text on the screen with)?
DELETE
(06-16-2012, 11:11 PM)Dingo224 Wrote: [ -> ]I typed in "celestianote" in the NoteText field, and I typed "rainbow" for the SetMessage field (if that's what you where asking for).

Not sure about the note (maybe the hpl.log can provide some info on that), but can you post the script concerning SetMessage?
(06-17-2012, 12:14 AM)Your Computer Wrote: [ -> ]
(06-16-2012, 11:11 PM)Dingo224 Wrote: [ -> ]I typed in "celestianote" in the NoteText field, and I typed "rainbow" for the SetMessage field (if that's what you where asking for).

Not sure about the note (maybe the hpl.log can provide some info on that), but can you post the script concerning SetMessage?
Code:
<CATEGORY Name="Messages">  
    <Entry Name="rainbow">Hey! A letter arrived for you. It looks important, it's from the princess!</Entry>    
</CATEGORY>
Is that what you're talking about?
(06-17-2012, 12:29 AM)Dingo224 Wrote: [ -> ]Is that what you're talking about?

No, the LANG file is not a script; HPS file is.
Pages: 1 2