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 do [X] questions here
LSunday Offline
Junior Member

Posts: 46
Threads: 1
Joined: Feb 2011
Reputation: 0
#2
RE: A few probably simple problems

I'm going to save the world another "how do I do X?" thread and ask here (especially because i'm not even sure it's possible). Is there a way to make a plane active/inactive, or if not, to move it? I'm trying to create a water effect where the water appears in an area you've been in safely. I looked at the way it was done in the archive cellar, and they teleported the player into an area where it was flooded- unfortunately, that wouldn't really work for the sequence i'm putting together. Any guidlines on how to do it?

And, in other news... I've been trying to get a series of timers to work, but they keep giving me a variety of error messages based on what I change. Here's a sample of one of them (they're all almost identical):

AddTimer("Collapse1", 2.0f, "Collapse_1");
Collapse_1(Collapse1);
{
SetEntityActive("dungeon_small01_5", true);
SetEntityActive("dungeonrubble1", true);
}

The above is inside a working entity collide, if that changes anything. The error message is: "Collapse1 is not declared." However, if i put the 'string &in' back into the parenthesis, i get "expected '('" at the same position. I realize I'm probably being really stupid, but I can't find what should go in that spot.

And please no link to the wiki, because that's where I copypasta'd most of this coding from.
(This post was last modified: 02-20-2011, 06:09 PM by LSunday.)
02-20-2011, 04:33 PM
Find


Messages In This Thread
How do I do [X] questions here - by Montonago - 02-20-2011, 04:02 PM
RE: A few probably simple problems - by LSunday - 02-20-2011, 04:33 PM
RE: A few probably simple problems - by Ongka - 02-20-2011, 09:50 PM
RE: A few probably simple problems - by Selyp - 02-21-2011, 01:09 AM
RE: A few probably simple problems - by LSunday - 02-21-2011, 12:21 AM
RE: A few probably simple problems - by LSunday - 02-21-2011, 02:09 AM
RE: A few probably simple problems - by Zirg - 02-21-2011, 02:41 AM
RE: How do I do [X] questions here - by LSunday - 02-21-2011, 04:53 AM
RE: How do I do [X] questions here - by Montonago - 02-21-2011, 06:31 PM
RE: How do I do [X] questions here - by Ongka - 02-21-2011, 07:17 PM



Users browsing this thread: 1 Guest(s)