Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

idk what i did wrong scripting??

Chat and ask questions about the RPG Maker Mode here.
Post Reply
Ghostman Gaming
Member
Member
Posts: 49
Joined: July 9th, 2012, 6:44 pm
Name: Tyler Mangino
IRC Username: ghostman1996
Contact:

idk what i did wrong scripting??

Post 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:
User avatar
kddekadenz
Member
Member
Posts: 423
Joined: July 17th, 2011, 11:02 am
Name: kdd
Contact:

Re: idk what i did wrong scripting??

Post by kddekadenz »

You did not close the [
Kelgar is an advanced RPG beeing developed in Sandbox
Ghostman Gaming
Member
Member
Posts: 49
Joined: July 9th, 2012, 6:44 pm
Name: Tyler Mangino
IRC Username: ghostman1996
Contact:

Re: idk what i did wrong scripting??

Post 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
Post Reply