Hello,
so I like to make maps but have no idea how to script anything an I would like to add a feature where if an item is picked up it activates something kind of like in Indiana Jones where a trap activates once he lifts up the treasure.
If anyone knows how to script this help would be very nice
Thank you in advance
Dear forum users! In compliance with the new European GDPR regulations, we'd just like to inform you that if you have an account, your email address is stored in our database. We do not share your information with third parties, and your email address and password are encrypted for security reasons.
New to the forum? Say hello in this topic! Also make sure to read the rules.
New to the forum? Say hello in this topic! Also make sure to read the rules.
Activating a button once a weapon is lifted OR giving a player a weapon
Forum rules
By using the forum you agree to the following rules.
By using the forum you agree to the following rules.
-
- Meatbag
- Posts: 3
- Joined: Sat Nov 26, 2022 1:10 am
- Mighty Spirit the 2
- Superfighter
- Posts: 187
- Joined: Mon Jun 25, 2018 5:02 pm
- Title: Wasted potential
- SFD Account: ake004
- SFD Alias: Retired SFD player
- Started SFD: When melee was good
- Location: SFD Veteran trauma hospital
- Gender:
- Age: 23
To make a trap in the map editor use triggers to create cinematic moments. I wouldn't use scripting as that's far too complex for smth simple.
I made a small test map example.
The treasure is the Katana.
Here are some small clips i took -> https://imgur.com/a/JqnKdFY
"OnDestroyTrigger" monitors the Katana, and checks if it disappears. If this happens, it will trigger a "DestroyTrigger" which destroys the rocks which are holding back a huge ball. That's about as simple as it gets. You can make the effect much more dramatic, add for example Screen shacking, and explosion trigger and SpawnFire trigger. Use your fantasy.
I made a small test map example.
The treasure is the Katana.
Here are some small clips i took -> https://imgur.com/a/JqnKdFY
"OnDestroyTrigger" monitors the Katana, and checks if it disappears. If this happens, it will trigger a "DestroyTrigger" which destroys the rocks which are holding back a huge ball. That's about as simple as it gets. You can make the effect much more dramatic, add for example Screen shacking, and explosion trigger and SpawnFire trigger. Use your fantasy.
1 x
I will tell your story if you die
I will tell your story and keep you alive the best i can
...
But I've always had the feeling we would die young
Some die young https://i.imgur.com/D479VLi.png
I will tell your story and keep you alive the best i can
...
But I've always had the feeling we would die young
Some die young https://i.imgur.com/D479VLi.png
-
- Meatbag
- Posts: 3
- Joined: Sat Nov 26, 2022 1:10 am
Thank you so much!
I actually didn't realize that OnDestroyTrigger would activate once an item was picked up so thats what I was struggling with but now I will just use your method!
I actually didn't realize that OnDestroyTrigger would activate once an item was picked up so thats what I was struggling with but now I will just use your method!
1 x
- Mighty Spirit the 2
- Superfighter
- Posts: 187
- Joined: Mon Jun 25, 2018 5:02 pm
- Title: Wasted potential
- SFD Account: ake004
- SFD Alias: Retired SFD player
- Started SFD: When melee was good
- Location: SFD Veteran trauma hospital
- Gender:
- Age: 23
I didn't know this either, until i tried it....
At first i tried at writing a script but i'm glad that was totally unnecessary.
At first i tried at writing a script but i'm glad that was totally unnecessary.
0 x
I will tell your story if you die
I will tell your story and keep you alive the best i can
...
But I've always had the feeling we would die young
Some die young https://i.imgur.com/D479VLi.png
I will tell your story and keep you alive the best i can
...
But I've always had the feeling we would die young
Some die young https://i.imgur.com/D479VLi.png