Re: [NPC Pack] SMA Large Carrot
Posted: Thu Jun 25, 2020 2:47 pm
I am ful good beta 4. I removed the files from the level, but, nooooooooo!!!! Still just a player-only 3x3 semisolid!
Forums for SMBX
https://www.smbxgame.com/forums/
Look, I mentioned that I removed the double files from the level folder and it still works fine.TheGameyFireBro105 wrote: ↑Thu Jun 25, 2020 2:47 pmI am ful good beta 4. I removed the files from the level, but, nooooooooo!!!! Still just a player-only 3x3 semisolid!
Did you install everything that was included in the download link???
Code: Select all
for _, p in ipairs(Player.get()) do
if p.standingNPC then
if pnpc.wrap(p.standingNPC) == v then
if v.ai1 < 1 then
SFX.play(24)
v.ai1 = 1
end
end
end
end
Thank you for that and for going above and beyond to uncap the height! Truly appreciated getting rid of the pnpc and pblock jank.MegaDood wrote: ↑Thu Aug 05, 2021 10:55 pmHi everyone, I noticed that a lot of people seem to want to use this NPC, but can't due to pnpc shenanigans. So I decided to help you out. Have fun! I even extended the height you can set the carrot to.
https://drive.google.com/file/d/18AaJ0g ... sp=sharing
No problem!DisasterMaster wrote: ↑Sat Aug 07, 2021 1:26 amThank you for that and for going above and beyond to uncap the height! Truly appreciated getting rid of the pnpc and pblock jank.MegaDood wrote: ↑Thu Aug 05, 2021 10:55 pmHi everyone, I noticed that a lot of people seem to want to use this NPC, but can't due to pnpc shenanigans. So I decided to help you out. Have fun! I even extended the height you can set the carrot to.
https://drive.google.com/file/d/18AaJ0g ... sp=sharing
Just a visual warning, anything set at a height of 7+ will cause the sizeable and carrot to detach from each other. It still works fine, though.
Regarding all issues: You can check out new carrot npc in my Extension Pack -w- All listed issues were fixed!DisasterMaster wrote: ↑Sat Aug 07, 2021 1:26 amThank you for that and for going above and beyond to uncap the height! Truly appreciated getting rid of the pnpc and pblock jank.MegaDood wrote: ↑Thu Aug 05, 2021 10:55 pmHi everyone, I noticed that a lot of people seem to want to use this NPC, but can't due to pnpc shenanigans. So I decided to help you out. Have fun! I even extended the height you can set the carrot to.
https://drive.google.com/file/d/18AaJ0g ... sp=sharing
Just a visual warning, anything set at a height of 7+ will cause the sizeable and carrot to detach from each other. It still works fine, though.
Funny how you just updated this since I used this NPC for my backup level for a recent contest or more specifically the version edited by Megadood to avoid any complicated errors I could have ended up with.Core wrote: ↑Thu Aug 19, 2021 12:22 pmRegarding all issues: You can check out new carrot npc in my Extension Pack -w- All listed issues were fixed!DisasterMaster wrote: ↑Sat Aug 07, 2021 1:26 amThank you for that and for going above and beyond to uncap the height! Truly appreciated getting rid of the pnpc and pblock jank.MegaDood wrote: ↑Thu Aug 05, 2021 10:55 pmHi everyone, I noticed that a lot of people seem to want to use this NPC, but can't due to pnpc shenanigans. So I decided to help you out. Have fun! I even extended the height you can set the carrot to.
https://drive.google.com/file/d/18AaJ0g ... sp=sharing
Just a visual warning, anything set at a height of 7+ will cause the sizeable and carrot to detach from each other. It still works fine, though.