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
Quick script func!
Kyle Offline
Posting Freak

Posts: 911
Threads: 36
Joined: Sep 2010
Reputation: 7
#2
RE: Quick script func!

I might as well just give you an example.

This is what somebody's extra_english.lang file could look like:

<LANGUAGE>
<CATEGORY Name="Messages">
<Entry Name="Message01">Hello world!</Entry>
</CATEGORY>
</LANGUAGE>

With that, they could use a SetMessage command that looks like this:

SetMessage("Messages", "Message01", 3);

If that were to run, it would display "Hello world!" to the center of the screen. I hope this helps. Smile

(This post was last modified: 06-29-2011, 03:14 AM by Kyle.)
06-29-2011, 03:13 AM
Find


Messages In This Thread
Quick script func! - by SLAMnesia - 06-29-2011, 03:03 AM
RE: Quick script func! - by Kyle - 06-29-2011, 03:13 AM
RE: Quick script func! - by SLAMnesia - 06-29-2011, 08:53 PM



Users browsing this thread: 1 Guest(s)