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


Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help Need help debugging various script functions
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#29
RE: Need help debugging various script functions

For the SpeedyRemedy script, you need to correct a few things. For starters, when you pick up an item from the environment, the item's name becomes the name of the entity. So you have to add a combine callback for each item. Therefore, you would have to change "false" to "true" for each combine callback. Secondly, you're not supposed to remove the SyringePlayer item. How else are you going to continue using the syringes? Finally, it turns out the inventory.hps doesn't allow timer callbacks defined in it to be triggered by the timers. So you have to add finishTimer to all of your map scripts to stop the effect.

As for the monster roar effect, you could probably do something with the global fog.

Tutorials: From Noob to Pro
09-17-2013, 01:18 AM
Website Find


Messages In This Thread
RE: Need help debugging various script functions - by Your Computer - 09-17-2013, 01:18 AM



Users browsing this thread: 1 Guest(s)