Page 1 of 1

idk what i did wrong scripting??

Posted: December 14th, 2012, 4:53 pm
by Ghostman Gaming
I wrote this

Code: Select all

//associate

r_char_name "Mr.davis"
r_char_mdl "ogre"
r_char_script 8
r_char_faction 1
And this

Code: Select all

// associate

include scripts/1

r_script_say "I have a offer for you if you think your up for it?" [ // 0
	ifdumb player [
		
			r_response "I'm listening"  1 [

			]

r_script_say "I want you to steal a piece of art from the Museum of Art in Capital City." [ //1
	ifdumb player [
			r_response "what piece?" 2 

			]

r_script_say "the duck painting by Tom Smith. It's being shown at the museum tomarrow are you up for it?" [ //2
	ifdumb player [
			r_response "Sure just give me a time?" 3

			]

r_script_say "I will e-mail you the rest of the information tomarow." [ //3
	ifdumb player [
			r_response "Excelent thank you for dinner Mr, Davis. Have a good day." -1
but when i try to run it in the RPG builder it say script 8 has no path idk what i did wrong? i looked at other code and mine matches the other code. What do i need to do to make it run? :shock:

Re: idk what i did wrong scripting??

Posted: December 17th, 2012, 11:06 am
by kddekadenz
You did not close the [

Re: idk what i did wrong scripting??

Posted: December 17th, 2012, 5:00 pm
by Ghostman Gaming
:oops: ohh i see thank you! :lol: I'm new to coding sandbox so i make mistakes thanks for the help :D