How to make keycards with simpified scripting.

Started by lol...ipops2, October 31, 2015, 09:48:41 PM

Previous topic - Next topic

lol...ipops2

This is how to make keycards with simplified scripting
all you have to do is use

(end of script 1)

flag(1,on)

(start of script1)

iffag(1,script2)

(script2)

destroy(either warptokens or gravitylines)

then just leave the flag on and BOOM you just made your first keycards no internal scripting reqiured there can be some speech stuff in the middle of that but that can be yours to deal with so yeah thats how to make a keycard with simplified scripting ;)

Ally 🌠


VeeC7

(COLOR) indicates the color of the keycard.

Code (lock) Select

ifflag(1,authorization)
say(1,gray)
Do you have the (COLOR) keycard?
say(1,player)
No!
say(1,gray)
Access denied!


Code (keycard) Select

say(1,gray)
Do you want the (COLOR) keycard?
say(1,player)
Yes!
say(1,gray)
Keycard downloaded,
flag(1,on)


Code (authorization) Select

say(1,gray)
Do you have the (COLOR) keycard?
say(1,player)
Yes!
say(1,gray)
Access granted!

Ally 🌠

Code (keycard) Select

say(1,gray)
Do you want the (COLOR) keycard?
say(1,player)
Yes!
say(1,gray)
Keycard downloaded.
flag(1,on)

Fixed a typo

lol...ipops2

Quote from: Luigi master on November 01, 2015, 12:29:00 AM
Uh, this is not keycards. this is only flags.
yes but if you do set it up like that you will have a keycard like VVVVVVCrewmate7 demonstrated you can have speech stuff in the middle of that bujt thats yours to coustimize.

Ally 🌠

Quote from: lol...ipops2 on November 01, 2015, 02:56:33 PM
Quote from: Luigi master on November 01, 2015, 12:29:00 AM
Uh, this is not keycards. this is only flags.
yes but if you do set it up like that you will have a keycard like VVVVVVCrewmate7 demonstrated you can have speech stuff in the middle of that bujt thats yours to coustimize.
Keycards in The Open Level and The Open Level 2 are already simplified scripting.

lol...ipops2

Well i geuss this is just a normal keycard tutorial well its helpful to some people anyways.