Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PlayerStartArea_2 is not declared????????? [SOLVED]
Roenlond Offline
Senior Member

Posts: 331
Threads: 3
Joined: Apr 2011
Reputation: 0
#3
RE: PlayerStartArea_2 is not declared?????????

void Function02(string &in asParent, string &in asChild, int alState)
{
TeleportPlayer("PlayerStartArea_2");
FadeOut(0);
FadeIn(20);
PlayMusic("guardian_distant3", false, 13.0f, 0, 0, true);
PlayMusic("25_guardian_slime_appear03", false, 13.0f, 0, 0, true);
}

The bold part didn't have quotes wrapped around it.

Exostalker, it doesn't matter I believe. If you call PlayMusic, the engine will automatically think that the first string is an .ogg since it can't play anything else with that command.
05-02-2011, 07:46 PM
Find


Messages In This Thread
RE: PlayerStartArea_2 is not declared????????? - by Roenlond - 05-02-2011, 07:46 PM



Users browsing this thread: 1 Guest(s)