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
Mass Houdini
Bennick Offline
Member

Posts: 77
Threads: 27
Joined: Apr 2011
Reputation: 0
#6
RE: Mass Houdini

(09-15-2011, 05:07 AM)Obliviator27 Wrote:
(09-15-2011, 04:59 AM)Bennick Wrote: I'm not sure I understand. So basically, If I rename every one of my book rows into "book_" then using "book_*" will make them all act as "one" deactivatable entity?
Hah, sorry. My explanations seem to suck.

If you have entities in your map, named
Book_1
Book_2
Book_3

When using Book_*, it will cause them all to be subject to your script.
It's not working for me, can you tell me what I'm doing wrong here? here's the script portion for this function:

void OnEnter()

{
AddEntityCollideCallback("Player", "prebiblescript", "books", true, 1);

}

void books(string &in asEntity)
{

if (HasItem("letterkey")==true)
{
PlaySoundAtEntity("", "12_girl_scream.snt", "Player", 0, false);
SetEntityActive("book_row02_*", false);
SetEntityActive("book_bible_*", true);
SetEntityActive("biblescript", true);
}
}



Fratricide (title not finalized): 2/7 maps. :D
09-15-2011, 07:00 AM
Find


Messages In This Thread
Mass Houdini - by Bennick - 09-15-2011, 03:36 AM
RE: Mass Houdini - by Your Computer - 09-15-2011, 03:44 AM
RE: Mass Houdini - by Obliviator27 - 09-15-2011, 04:15 AM
RE: Mass Houdini - by Bennick - 09-15-2011, 04:59 AM
RE: Mass Houdini - by Obliviator27 - 09-15-2011, 05:07 AM
RE: Mass Houdini - by Bennick - 09-15-2011, 07:00 AM
RE: Mass Houdini - by Khyrpa - 09-15-2011, 07:34 AM
RE: Mass Houdini - by Bennick - 09-15-2011, 02:27 PM
RE: Mass Houdini - by Khyrpa - 09-15-2011, 03:00 PM
RE: Mass Houdini - by Bennick - 09-15-2011, 03:31 PM
RE: Mass Houdini - by Your Computer - 09-15-2011, 04:43 PM
RE: Mass Houdini - by Bennick - 09-15-2011, 08:39 PM
RE: Mass Houdini - by Your Computer - 09-15-2011, 10:10 PM
RE: Mass Houdini - by MrBigzy - 09-15-2011, 08:49 PM



Users browsing this thread: 1 Guest(s)