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
How to make an emotional stone script?
Radical Batz Offline
Posting Freak

Posts: 953
Threads: 145
Joined: Dec 2013
Reputation: 25
#1
How to make an emotional stone script?

You know what's an emotional stone, the cylinder stone thing with a blue jewel on top and when you touch it, it fades into white and gets a message. I want to make that in my custom story since it's a boy who remmbers something about this uspicious castle when he was a kid.!

Pls give me the whole code for it and I will put the names and etc pls. thanks Smile

and give me instructions pls of what I have to do in the level editor and lang and stuff.
02-02-2014, 11:08 PM
Find
i3670 Offline
Posting Freak

Posts: 1,308
Threads: 74
Joined: Oct 2011
Reputation: 36
#2
RE: How to make an emotional stone script?

go into the level_editor. It's under entities > gameplay > emotion_stone.

TextCat - the catergory of the text shown example: Journal, descriptions, whatever (Here)

TextEntry - the name of the text shown (ThisRightHere)



<CATEGORY Name="Here">
<Entry Name="ThisRightHere">Whatever text you want shown</Entry>
</CATEGORY>

"What you think is irrelevant" - A character of our time

A Christmas Hunt
(This post was last modified: 02-03-2014, 12:07 AM by i3670.)
02-03-2014, 12:07 AM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#3
RE: How to make an emotional stone script?

Or use:

PHP Code: (Select All)
void StartEffectEmotionFlash(stringasTextCatstringasTextEntrystringasSound); 

if you don't want to use the specific entity

Trying is the first step to success.
02-03-2014, 10:56 AM
Find




Users browsing this thread: 1 Guest(s)