Hello. I am modding an existing game and there are several destructible doors in that game, but they never use a specific branch name. Instead they just generally refer to the next level as in levels.txt under the current branch.
An example would be:
spawn hit4
health 50
alias door
item branchall
coords 1190 450
at 0
What I would like to know is if I can connect such destructible door directly to a branch name.
I tried to replace branchall with branch (name). But that doesn't seem to work.
The idea is that you can escape from enemies by destroying the door.
An example would be:
spawn hit4
health 50
alias door
item branchall
coords 1190 450
at 0
What I would like to know is if I can connect such destructible door directly to a branch name.
I tried to replace branchall with branch (name). But that doesn't seem to work.
The idea is that you can escape from enemies by destroying the door.