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 a monster appear after i read a note?
Tanshaydar Offline
From Beyond

Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation: 67
#2
RE: How to make a monster appear after i read a note?

You need to write a callback function when interacted with note.

void PickedUpNote(string &in entity)
{
    SetEntityActive("servant_grunt_1", true);
}

Write PickedUpNote in level editor for the not, in "when interacted" part.
Place a grunt or something where you want, then deactivate it, then activate it with note.

Next time, try to search, which will give you much faster and better answers.

(This post was last modified: 02-22-2011, 05:05 AM by Tanshaydar.)
02-22-2011, 05:04 AM
Website Find


Messages In This Thread
RE: How to make a monster appear after i read a note? - by Tanshaydar - 02-22-2011, 05:04 AM



Users browsing this thread: 1 Guest(s)