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 do I make a monster appear after I read a note?
Ongka Offline
Member

Posts: 225
Threads: 3
Joined: Nov 2010
Reputation: 20
#6
RE: How do I make a monster appear after I read a note?

Set the options of the letter like this:
[Image: letterv.th.png]

and put this script into your .hps file.
void PickLetter(string &in asEntity, string &in asType) //Has to be the same name as the callback function.
{
SetEntityActive("servant_grunt_1", true); //servant_grunt_1 is the name of the monster.
}

[Image: 18694.png]
02-09-2011, 10:30 PM
Find


Messages In This Thread
RE: How do I make a monster appear after I read a note? - by Ongka - 02-09-2011, 10:30 PM



Users browsing this thread: 1 Guest(s)