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
Spoiler Some Script-Problems
palistov Offline
Posting Freak

Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation: 57
#5
RE: Some Script-Problems

You can't do what you're trying to do. The braces { } enclose blocks of code. That second set of code you're trying to include must be put into a new function.

So if you want to run func_slam and then the "second" piece of code separately, put the second piece into "func_slam2" or some other function of your choice, and run it separately from the other code.

02-09-2013, 10:20 PM
Find


Messages In This Thread
Some Script-Problems - by BlueRsX - 02-09-2013, 03:41 PM
RE: Some Script-Problems - by NaxEla - 02-09-2013, 06:02 PM
RE: Some Script-Problems - by The chaser - 02-09-2013, 06:59 PM
RE: Some Script-Problems - by BlueRsX - 02-09-2013, 09:43 PM
RE: Some Script-Problems - by palistov - 02-09-2013, 10:20 PM
RE: Some Script-Problems - by BlueRsX - 02-09-2013, 10:27 PM
RE: Some Script-Problems - by palistov - 02-09-2013, 10:41 PM
RE: Some Script-Problems - by BlueRsX - 02-09-2013, 11:30 PM
RE: Some Script-Problems - by BlueRsX - 02-10-2013, 09:29 AM



Users browsing this thread: 1 Guest(s)