Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Please help-SOLVED
Thund3rb0lt Offline
Junior Member

Posts: 8
Threads: 1
Joined: Jun 2015
Reputation: 0
#11
RE: Please help

(06-05-2015, 06:55 PM)DnALANGE Wrote: AddUseItemCallback("","key_study_1", "level_hub_1" "FUNCTION",true);
---
You missing a Comma.
Try this line and replace it with yours.:
AddUseItemCallback("","key_study_1", "level_hub_1", "FUNCTION",true);

omg thank you alot it worked now ill try fix one other problem but man i really really thank you
06-05-2015, 07:19 PM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#12
RE: Please help

You are very welcome.
We are here to help!
For any other question bef ree to post \ ask here.
Good luck with your story.
-
Hint :
IF you have no more questions, please add SOLVED in your thread (Please help - SOLVED), so people dont go inside a solved thread.
Thanks Wink
06-05-2015, 07:36 PM
Find
Thund3rb0lt Offline
Junior Member

Posts: 8
Threads: 1
Joined: Jun 2015
Reputation: 0
#13
RE: Please help

(06-05-2015, 07:36 PM)DnALANGE Wrote: You are very welcome.
We are here to help!
For any other question bef ree to post \ ask here.
Good luck with your story.
-
Hint :
IF you have no more questions, please add SOLVED in your thread (Please help - SOLVED), so people dont go inside a solved thread.
Thanks Wink

well i actually have one more why does my key has no skin and why my door message is not appearing
(This post was last modified: 06-05-2015, 08:31 PM by Thund3rb0lt.)
06-05-2015, 07:43 PM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#14
RE: Please help

Key no skin:
Uh... No idea. Only thing I could think is you messed with a texture file.

Door message not appearing:
There's a possibility the is a mistake in the .lang file, causing any text not to show.
It could also be that you wrote the script wrong.

Do show the script, when you're having a script problem

Trying is the first step to success.
06-05-2015, 09:27 PM
Find
Thund3rb0lt Offline
Junior Member

Posts: 8
Threads: 1
Joined: Jun 2015
Reputation: 0
#15
RE: Please help-SOLVED

(06-05-2015, 09:27 PM)FlawlessHappiness Wrote: Key no skin:
Uh... No idea. Only thing I could think is you messed with a texture file.

Door message not appearing:
There's a possibility the is a mistake in the .lang file, causing any text not to show.
It could also be that you wrote the script wrong.

Do show the script, when you're having a script problem

well every other text is appearing i have no idea why
06-06-2015, 07:09 AM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#16
RE: Please help-SOLVED

Come on, Thunder, work with me here.
You need to give some information about it.

Is it a script? If yes, show it so we can help you.
Is it a level door? If yes, show it so we can help you.

Trying is the first step to success.
06-06-2015, 09:09 AM
Find
Thund3rb0lt Offline
Junior Member

Posts: 8
Threads: 1
Joined: Jun 2015
Reputation: 0
#17
RE: Please help-SOLVED

(06-06-2015, 09:09 AM)FlawlessHappiness Wrote: Come on, Thunder, work with me here.
You need to give some information about it.

Is it a script? If yes, show it so we can help you.
Is it a level door? If yes, show it so we can help you.

Well here my extra english lang
<LANGUAGE>
<RESOURCES>
</RESOURCES>

<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">This is a test</Entry>

</CATEGORY>

<CATEGORY Name="Messages">
<Entry Name ="doorlock1">The Key Must be Near!</Entry>
<Entry Name ="doorlock2">This Door is Locked!</Entry>

</CATEGORY>

<CATEGORY Name="Inventory">
<Entry Name="ItemDesc_key1">Hallway key</Entry>
<Entry Name="ItemName_key1">Hallway key</Entry>
<Entry Name="ItemDesc_key2">Bedroom key</Entry>
<Entry Name="ItemName_key2">Bedroom key</Entry>

</CATEGORY>


</LANGUAGE>
I dont know what wrong every other message is showing only the level door dont. The level door name is doorlock1
for the key is my bad i tried to change it texture and messed up
(This post was last modified: 06-06-2015, 09:21 AM by Thund3rb0lt.)
06-06-2015, 09:15 AM
Find
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#18
RE: Please help-SOLVED

(06-06-2015, 09:15 AM)Thund3rb0lt Wrote: <CATEGORY Name="Messages">
<Entry Name ="doorlock1">The Key Must be Near!</Entry>
<Entry Name ="doorlock2">This Door is Locked!</Entry>
</CATEGORY>

Your problem is likely because of the space between Name and =
If it isn't that, then be sure to check your door's properties in the Level Editor. Making sure that the respective fields match correctly.

Discord: Romulator#0001
[Image: 3f6f01a904.png]
06-06-2015, 09:34 AM
Find




Users browsing this thread: 1 Guest(s)