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
Script Help How to create a memories script?
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#3
RE: How to create a memories script?

@Wapez
I think he meant making mementos.
Spoiler below!

PHP Code: (Select All)
AddQuest("MementoName""EntryName");
//MementoName is for the name of the memento. Just for reference in the script. Name it whatever you want.
//EntryName is the name of the entry in the journal. It must start with “Quest_<texthere>_Text”, with texthere the name of the Entry. Put it in the lang. 
This is for putting the memento in.

Spoiler below!

PHP Code: (Select All)
CompleteQuest("MementoName""EntryName");
//Same as the add memento thing, but the entry name and memento name has to be correct. 
For making the memento complete.


"Veni, vidi, vici."
"I came, I saw, I conquered."
06-28-2014, 02:29 PM
Find


Messages In This Thread
How to create a memories script? - by MaksoPL - 06-28-2014, 11:58 AM
RE: How to create a memories script? - by Wapez - 06-28-2014, 11:59 AM
RE: How to create a memories script? - by PutraenusAlivius - 06-28-2014, 02:29 PM
RE: How to create a memories script? - by Neelke - 06-28-2014, 03:13 PM



Users browsing this thread: 1 Guest(s)