• Networking: The investigation is still on the way, we've switched to backup telecom carriers since the episode but we're still working in settling everything as it must be. We'll add more updates as we have them available. Incoming and outgoing emails will be restricted, and user registration has been disabled until the issue is resolved.

Problems w/ a sp

Newbie Spellweaver
Joined
Mar 13, 2006
Messages
26
Reaction score
0
Location
Chile
I have modifiqued the SP of insert char, and i have a problem:

when select class and , the if of the file it's ignored :ala: and i don't see what it's the error.


i make a if for class and sex like

IF @nCostume = 0 AND @nSex = 0 THEN
part of code

IF @nCostume = 0 AND @nSex = 1 THEN
another part of code


anyone can helpme? :native:
 

Attachments

Back