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.
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
Need Help With Critters
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.
Need Help With Critters
And if you didn't understand why it is "25", that is what i have my fangs set to.
Re: Need Help With Critters
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.
Hope this helps.
Lou
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 ]
Lou
Re: Need Help With Critters
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!