posted 02-23- 09:19 PM CT (US) I try to make it so you can have mini-quests. I put at the end of a death &man = 1 and then for someone else on talk i put if (&man == 1) then something...but it doesn't work! It worked for Seth when he did the little_girl and things like that. Why wont it work for me?
George
posted 02-23- 10:36 PM CT (US)
Well if &man is changed outside of the script with the if(&man == 1) then &man would have to be a global. It would also have to be a global if you wanted &man to stay that way. Other than that if statements can be a pain in the butt, sometimes I can't get them to work and no one has a clue what's wrong =(
FF4LIFE
posted 02-24- 07:50 PM CT (US)
So i need a global. Could you explain what that is then.
Dukie
posted 02-27- 05:02 AM CT (US)
A global is a variable you put in your main.c (I think)
Anyway, that should work, take a look at the main.c and add your new one
FF4LIFE
posted 03-07- 06:45 PM CT (US)
Ok, I found the globals in the MAIN text and added some new ones. Thanks for the help! =)