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
[SOLVED] Fainting into a new map [Need scripting help]
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#6
RE: Fainting into a new map [Need scripting help]

Ah, I see. There's an extra comma at the end of the last string parameter in ChangeMap. Remove it.

PHP Code: (Select All)
ChangeMap("00_Awakened.map""PlayerStartArea_1""""",); //Changes the map 
PHP Code: (Select All)
ChangeMap("00_Awakened.map""PlayerStartArea_1"""""); //Changes the map 

(This post was last modified: 01-07-2015, 11:53 AM by Mudbill.)
01-07-2015, 11:52 AM
Find


Messages In This Thread
RE: Fainting into a new map [Need scripting help] - by Mudbill - 01-07-2015, 11:52 AM



Users browsing this thread: 3 Guest(s)