PLEASE IGNORE THIS THREAD

mat_phong 0

L1: Registered
Jul 10, 2017
24
9
This was in line 5132:
"OnTakeDamage" "escapesticky,AddOutput,OnTakeDamage ",0,-1"
which made everything go down.
Don't even think trying to reply to my absolute deficit in simple mapping.
(did I go too far?)
 

SnickerPuffs

(*single chuckle*)
aa
Apr 10, 2014
1,315
1,857

Infomaniac

L6: Sharp Member
Nov 29, 2015
374
207
What? What even happened?
 

BigfootBeto

Party Time 2.0!
aa
Jun 8, 2016
496
847

Idolon

they/them
aa
Feb 7, 2008
2,105
6,106
The problem is that you've put a " in your input/output system. Hammer, when loading a .vmf, starts and stops reading individual blocks of text when it sees quotes. If there's a quote in the middle of a block of text, it stops reading too early and breaks.

The solution is to remove the " after OnTakeDamage.
 

mat_phong 0

L1: Registered
Jul 10, 2017
24
9
The problem is that you've put a " in your input/output system. Hammer, when loading a .vmf, starts and stops reading individual blocks of text when it sees quotes. If there's a quote in the middle of a block of text, it stops reading too early and breaks.

The solution is to remove the " after OnTakeDamage.
I know. How do I lock or delete my threads?
 

SnickerPuffs

(*single chuckle*)
aa
Apr 10, 2014
1,315
1,857
You shouldn't delete the thread. Someone could come across the same problem. If they find this thread, they'll be able to fix it, and won't have to make an identical thread.