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 HELP! Image, Key, and Door - Not working!
NaxEla Offline
Senior Member

Posts: 415
Threads: 5
Joined: Dec 2012
Reputation: 28
#2
RE: HELP! Image, Key, and Door - Not working!

The reason why picking up the key doesn't spawn the monster, is because you put the SetEntityCallbackFunc in the EffectFlash function, which never gets called (so the callback function is never set). In your script for PracticeTwo, you put the SetEntityCallbackFunc in OnStart, which is a function that gets called when the player enters the map for the first time (the callback function is set).

I'm not really sure why your image doesn't show up, but try changing the image to a .jpg file, and see if it works then.

In Ruins [WIP]
(This post was last modified: 04-04-2013, 11:15 PM by NaxEla.)
04-04-2013, 11:14 PM
Find


Messages In This Thread
RE: HELP! Image, Key, and Door - Not working! - by NaxEla - 04-04-2013, 11:14 PM



Users browsing this thread: 1 Guest(s)