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
I need help! D:
Cranky Old Man Offline
Posting Freak

Posts: 986
Threads: 20
Joined: Apr 2012
Reputation: 38
#4
RE: I need help! D:

(04-13-2012, 12:54 AM)7thProductions Wrote: There is no error message; the map loads just fine. But SetMessage (which, according to the wiki, should display a message on the screen) won't work when it's supposed to at the end of the timer, the screen just remains blank, and when I use a CustomSubItemTypeName on a key in the level editor it only gets rid of the default name and description instead of showing the custom name and description.

And from what a tutorial told me, the name of the key and the CustomSubItemTypeName can be completely different, but you need to include the CustomSubItemTypeName in the LANG file. Is that wrong?
Well, your line is probably working just fine.
SetMessage("DA01Map01", "AdrianShock", 0);
should display AdrianShock, in the DA01Map01 category, for 0 seconds.
Try "1.0f" instead. (Edit: Oh, didn't read the part about 0 setting it to text length. Try "0.0f".)

...and as for the key, that's correct: If a CustomSubItemTypeName of a key is "butler", then the entry names for that key should read "ItemName_butler" and "ItemDesc_butler". (The name is of course case sensitive, so "ItemName_Butler" wouldn't work.)


I'm at a loss with this. I'm not experienced enough. It could be that AngelScript has a limitation on the number of "else if" statements. It could be anything. You could test SetMessage outside the code and see if it works then.
Does your story find anything else in your lang file? Maybe the lang file is in a folder it shouldn't be in.


Noob scripting tutorial: From Noob to Pro

(This post was last modified: 04-13-2012, 01:49 AM by Cranky Old Man.)
04-13-2012, 01:37 AM
Find


Messages In This Thread
I need help! D: - by 7thProductions - 04-13-2012, 12:19 AM
RE: I need help! D: - by Cranky Old Man - 04-13-2012, 12:30 AM
RE: I need help! D: - by 7thProductions - 04-13-2012, 12:54 AM
RE: I need help! D: - by Cranky Old Man - 04-13-2012, 01:37 AM
RE: I need help! D: - by 7thProductions - 04-14-2012, 12:32 PM
RE: I need help! D: - by Datguy5 - 04-14-2012, 12:41 PM
RE: I need help! D: - by 7thProductions - 04-14-2012, 01:10 PM
RE: I need help! D: - by Datguy5 - 04-14-2012, 01:23 PM
RE: I need help! D: - by Putmalk - 04-13-2012, 01:51 AM



Users browsing this thread: 1 Guest(s)