No Potato
Show potatos to no
returning user.
spongylover123 wrote:
Go onto the portal gun properties and set:Show potatos to no
That only works if you manually spawn the player with a portal gun rather than using the transition instance like you probably should.
If you're using the entrance and exit transitions instance, put a logic_playerproxy somewhere in the level. With a logic_auto set to OnMapSpawn (delay 0.5 seconds), fire the RemovePotatosFromPortalgun output to the playerproxy. That's by far the simplest way to do it. The other way is this crazy scripting thing you have to do, which is more commonly known for whatever reason but obviously a lot harder. So just use the playerproxy.
Here is how to remove the potato without using a custom instance .From Rubrica in this thread...
Quote:
create a logic_player proxy (name it whatever) and a logic__auto, with an output of 'OnMapSpawn;NAMEOFPLAYERPROXY;RemovePotatosFromPortalgun;---;0.50'. The delay is important; if you give it no delay, it doesn't work. Hope that helps, and if it was too complicated for you, say and I'll try and simplify it.