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
Script Help [SOLVED]Script error.Help.
SSEAlexander Offline
Senior Member

Posts: 422
Threads: 26
Joined: Feb 2014
Reputation: 1
#4
RE: Script error.Help.

(04-26-2014, 11:43 AM)Romulator Wrote:
PHP Code: (Select All)
void matchready(string &in asParentstring &in asChildint alState) {

SetMessage("Journal""matchisready"6.0f);
SetEntityActive("matchuse",true) ;
}


void usethematch(string &in entity) {

SetLightVisible("matchl"true);
PlayGuiSound("match087b.ogg"1.4f);


Remove the { at the end of the voids. Otherwise, you have more than one and no countering braces.
thanks.I mostly got problems with that scripting Tongue
04-26-2014, 11:44 AM
Find


Messages In This Thread
[SOLVED]Script error.Help. - by SSEAlexander - 04-26-2014, 11:37 AM
RE: Script error.Help. - by PutraenusAlivius - 04-26-2014, 11:40 AM
RE: Script error.Help. - by Romulator - 04-26-2014, 11:43 AM
RE: Script error.Help. - by SSEAlexander - 04-26-2014, 11:44 AM



Users browsing this thread: 1 Guest(s)