Search found 6 matches

by Hianloun
Thu Oct 23, 2014 9:18 am
Forum: Mod Creation
Topic: Spawning an entity
Replies: 10
Views: 15933

Re: Spawning an entity

Hey guys.

i have a question:). Its pretty the same but i just want to know how to let things "Despawn".

But for the editor Despawn is a nil value :).

Thanks
by Hianloun
Tue Oct 21, 2014 8:02 pm
Forum: Mod Creation
Topic: Scripting Pressureplates
Replies: 10
Views: 14145

Re: Scripting Pressureplates

God damn i just thought to...... lets so complecated :-d . So Lets say three plates : Left : Have to be active middle : Have to be deactive right : Have to be active So i make a counter now with value 2 : Left gets active: counter -1 Left gets deactive : counter +1 middle = nothing happen right gets...
by Hianloun
Tue Oct 21, 2014 7:45 pm
Forum: Mod Creation
Topic: Scripting Pressureplates
Replies: 10
Views: 14145

Re: Scripting Pressureplates

Hey,

i just want three pressureplates.

If two of them are activated the door opens. Else not.
by Hianloun
Tue Oct 21, 2014 3:39 pm
Forum: Mod Creation
Topic: Scripting Pressureplates
Replies: 10
Views: 14145

Re: Scripting Pressureplates

Jea thats true. But this is for Torchholder. if Plate1.floortrigger: <<<<<<<<<<< (And here the problem starts) What is the command to let the script check that this plate is active That is my Problem at the moment. I dont know the commmand to let the script check if the plate is active :). Also the ...
by Hianloun
Tue Oct 21, 2014 3:29 pm
Forum: Mod Creation
Topic: Scripting Pressureplates
Replies: 10
Views: 14145

Re: Scripting Pressureplates

Thanks to both of you. I had the same idea but i think there is a problem. Lets say the counter have a value of 2. And at 0 it triggers the Door. I have three plates and Want 1 and 3 activated and 2 deactivated. If a player goes on Plate1 or Plate3 the counter value goes -1. If he goes on Plate2 not...
by Hianloun
Tue Oct 21, 2014 3:03 pm
Forum: Mod Creation
Topic: Scripting Pressureplates
Replies: 10
Views: 14145

Scripting Pressureplates

Hello. I wanted to start my own Map in LoG2. I´am pretty new at Scripting and the first problems start :) . I want to make a little Pressureplate puzzle. For example. Lets say i Have three Plates. Two of them have to be activated and one of them have to be deactivated to open the Door So in the Edit...