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.

Need Help With Critters

Chat and ask questions about the RPG Maker Mode here.
Post Reply
Splek3
Member
Member
Posts: 7
Joined: September 20th, 2012, 3:19 pm
Name: Nick
IRC Username: Splek3

Need Help With Critters

Post by Splek3 »

I am trying to make a critter that attacks me. I know, you will just say go to the page but I've tried. Every time I spawn the wolf it says in the corner "Location entity with tag 0 does not exist." it also says r_equip; invalid reference "25" of incompatible type. I also need some help setting waypoints because i can only do the kind that are set where you walk. Someone please help me. :cry:
Splek3
Member
Member
Posts: 7
Joined: September 20th, 2012, 3:19 pm
Name: Nick
IRC Username: Splek3

Need Help With Critters

Post by Splek3 »

And if you didn't understand why it is "25", that is what i have my fangs set to.
Lou
Member
Member
Posts: 59
Joined: May 29th, 2012, 11:46 am
Name: Lou

Re: Need Help With Critters

Post by Lou »

Hi,
Not sure what you have coded, but I did find that the Tutorial had a bug in it.
You need to equip the claws with the following line of code.

Code: Select all

//Add his weapons and equip it
r_additem self 25 1 [ r_equip actor self 0 ]
Hope this helps.
Lou
Splek3
Member
Member
Posts: 7
Joined: September 20th, 2012, 3:19 pm
Name: Nick
IRC Username: Splek3

Re: Need Help With Critters

Post by Splek3 »

Oh my god thank you I love you know but I still don't know how to just set waypoints instead of walking around and seting them where i step. But that isn't really necessary I can take the tediousness of that. Thank you so very much!
Post Reply