Missing string in SNDINFO?[Solved]

Discuss all aspects related to modding Zandronum here.
Post Reply
User avatar
Lord_of_D:
Posts a lot
Posts: 691
Joined: Sun Aug 26, 2012 5:31 am
Location: Mexico
Contact:

Missing string in SNDINFO?[Solved]

#1

Post by Lord_of_D: » Tue Jun 02, 2015 11:53 pm

Im trying to make a skin and by some reason which i cant identify the client gives me this error:

Code: Select all

Script error, "BlackKnight.wad:SNDINFO" line 14:
Missing string (unexpected end of file).
any idea of why its it happening? here is the code of SNDINFO:

Code: Select all

BKDETH1 BKDETH1
BKDETH2 BKDETH2
BKPAIN1 BKPAIN1
BKPAIN2 BKPAIN2
BKPAIN3 BKPAIN3
BKTAUNT1 BKTAUNT1
BKTAUNT2 BKTAUNT2
BKTAUNT3 BKTAUNT3
BKTAUNT4 BKTAUNT4
dknight/active	dskniact

random BKDETH { BKDETH1 BKDETH2 }
random BKPAIN { BKPAIN1 BKPAIN2 BKPAIN3 }
random BKTAUNT { BKTAUNT1 BKTAUNT2 BKTAUNT3 BKTAUNT4 }
edit: nevermind, solved it easier than expected
Last edited by Lord_of_D: on Wed Jun 03, 2015 12:06 am, edited 1 time in total.
Image

Post Reply