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
Sub-text?
Verkehr Offline
Member

Posts: 60
Threads: 13
Joined: Oct 2016
Reputation: 1
#8
Thumbs Up  RE: Sub-text?

(10-22-2016, 02:40 PM)Mudbill Wrote: I think perhaps the easiest solution to this problem is to use a block box, but the default one doesn't apply to entities I believe. Therefore, open the ModelEditor, find the technical/block_box.ent file, select the body and on the sidebar, check the "Collide entities" box. Then SAVE AS something like block_box_ent.ent Use that in your level.

Ok, thanks. I must say, you seem to be very experienced with this stuff. I don't know half of it sadly, but if it's something you say inside a video, I won't have questions. Thanks for helping me always. Smile

Hey, I'm now working on making a key on pickup damage me, and the script doesn't work. Here is how I made it:
void damage_key_1 (string &in asEntity)
{
GivePlayerDamage(30, "BloodSplat", true, false);
}
The name of the key I want to deal damage is key_door_room_1_2, and I have set the PlayerInteractCallback to damage_key_1. What did I do wrong? It doesn't damage me. Sad
If you need this too: the type of key is rusty and I want it to deal damage because I have hidden it inside a metal stove, and I want to give the effect as the key is too hot.
(This post was last modified: 10-22-2016, 04:20 PM by Verkehr.)
10-22-2016, 03:34 PM
Find


Messages In This Thread
Sub-text? - by Verkehr - 10-21-2016, 01:52 PM
RE: Sub-text? - by Mudbill - 10-21-2016, 02:43 PM
RE: Sub-text? - by Romulator - 10-22-2016, 02:59 AM
RE: Sub-text? - by FlawlessHappiness - 10-22-2016, 12:42 PM
RE: Sub-text? - by Verkehr - 10-22-2016, 01:20 PM
RE: Sub-text? - by Romulator - 10-22-2016, 01:45 PM
RE: Sub-text? - by Mudbill - 10-22-2016, 02:40 PM
RE: Sub-text? - by Verkehr - 10-22-2016, 03:34 PM
RE: Sub-text? - by Mudbill - 10-22-2016, 05:23 PM
RE: Sub-text? - by Verkehr - 10-22-2016, 05:34 PM
RE: Sub-text? - by Mudbill - 10-22-2016, 05:50 PM
RE: Sub-text? - by Verkehr - 10-22-2016, 06:05 PM
RE: Sub-text? - by Mudbill - 10-22-2016, 06:52 PM
RE: Sub-text? - by Verkehr - 10-22-2016, 07:04 PM
RE: Sub-text? - by Mudbill - 10-22-2016, 09:42 PM
RE: Sub-text? - by Verkehr - 10-22-2016, 10:48 PM
RE: Sub-text? - by Verkehr - 10-23-2016, 02:33 PM
RE: Sub-text? - by FlawlessHappiness - 10-23-2016, 03:38 PM
RE: Sub-text? - by Verkehr - 10-23-2016, 05:04 PM
RE: Sub-text? - by FlawlessHappiness - 10-23-2016, 07:10 PM
RE: Sub-text? - by Verkehr - 10-23-2016, 08:21 PM



Users browsing this thread: 1 Guest(s)