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
What entity for Stephano?
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#8
RE: What entity for Stephano?

(04-01-2013, 11:12 AM)addemod Wrote: Wow, thx Big Grin


Got another question, and I can't find the answer for it..
How would I make a npc (like a dead body) fly in where the player stands when they picked up the blabla item. (I know how to do the when picked up item do this and that, but how would I do it flying in?)

The Flying Jesus thing (Where a dead body randomly appears and shout a ear bleeding noise) is not rated good by the community and you will get at least people spamming due to your cheap scares.

SCRIPT:
void OnStart()
{
SetEntityCallbackFunc("key_1", "FlyingJesus");
}

void FlyingJesus(string &in asEntity, string &in type)
{
AddPropForce("DeadBody_body_1", 300000, 0, 0, world);
AddPropImpulse("DeadBody_body_1", 300000, 0, 0, world);
}
/SCRIPT

It actually depends whether it's on the Z or the X Axis, though Sad

"Veni, vidi, vici."
"I came, I saw, I conquered."
04-01-2013, 11:24 AM
Find


Messages In This Thread
What entity for Stephano? - by addemod - 04-01-2013, 10:53 AM
RE: What entity for Stephano? - by Adny - 04-02-2013, 12:59 AM
RE: What entity for Stephano? - by No Author - 04-01-2013, 10:57 AM
RE: What entity for Stephano? - by Tiger - 04-01-2013, 11:06 AM
RE: What entity for Stephano? - by No Author - 04-02-2013, 12:27 AM
RE: What entity for Stephano? - by addemod - 04-01-2013, 11:12 AM
RE: What entity for Stephano? - by PutraenusAlivius - 04-01-2013, 11:24 AM
RE: What entity for Stephano? - by addemod - 04-01-2013, 12:02 PM
RE: What entity for Stephano? - by grissinis - 04-01-2013, 12:09 PM
RE: What entity for Stephano? - by Tiger - 04-01-2013, 03:41 PM
RE: What entity for Stephano? - by plutomaniac - 04-01-2013, 03:38 PM
RE: What entity for Stephano? - by Statyk - 04-01-2013, 04:35 PM
RE: What entity for Stephano? - by Tiger - 04-01-2013, 05:10 PM
RE: What entity for Stephano? - by Statyk - 04-02-2013, 05:04 AM



Users browsing this thread: 1 Guest(s)