What's different with ifflag and customifflag?

Started by SteveGamer68, March 05, 2017, 04:30:13 AM

Previous topic - Next topic

SteveGamer68

I'm making a map that use flags.
script:
Code (script) Select
flag(6,on)
Code (script2) Select
ifflag(6,script3)
Code (script3) Select
destroy(gravitylines)

moth ✨


QwertymanO07

customifflag() is used in Internal Scripting to redirect to a custom script.

SteveGamer68

I'm using simplifed scripting so that means i need to use ifflag()?

QwertymanO07


SteveGamer68