<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.sandboxgamemaker.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Making_items_pickupable</id>
		<title>Making items pickupable - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://www.sandboxgamemaker.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Making_items_pickupable"/>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Making_items_pickupable&amp;action=history"/>
		<updated>2026-05-03T04:00:43Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Making_items_pickupable&amp;diff=952&amp;oldid=prev</id>
		<title>Daltonds1: Created page with &#039;This will show you how to pickup items  First go to  \my_stuff\packages\base Now if you dont have a .cfg for your map make a new text document and save it as  (YOUR MAP NAME).cfg…&#039;</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Making_items_pickupable&amp;diff=952&amp;oldid=prev"/>
				<updated>2010-09-17T00:00:24Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;This will show you how to pickup items  First go to  \my_stuff\packages\base Now if you dont have a .cfg for your map make a new text document and save it as  (YOUR MAP NAME).cfg…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This will show you how to pickup items&lt;br /&gt;
&lt;br /&gt;
First go to&lt;br /&gt;
&lt;br /&gt;
\my_stuff\packages\base&lt;br /&gt;
Now if you dont have a .cfg for your map&lt;br /&gt;
make a new text document and save it as&lt;br /&gt;
&lt;br /&gt;
(YOUR MAP NAME).cfg&lt;br /&gt;
&lt;br /&gt;
After that add this at the top&lt;br /&gt;
//Picking up items&lt;br /&gt;
level_trigger_1 = [&lt;br /&gt;
	barrel = (+ $barrel 1)&lt;br /&gt;
	echo &amp;quot;You picked up a Barrel&amp;quot;&lt;br /&gt;
]&lt;br /&gt;
For now we are going to add Barrels.&lt;br /&gt;
To explain now.&lt;br /&gt;
&lt;br /&gt;
level_trigger_1&lt;br /&gt;
This is what you will set the 3rd attribute to 0 to 1&lt;br /&gt;
echo &amp;quot;You picked up a Barrel&amp;quot;&lt;br /&gt;
Will say this at the top of the screen&lt;br /&gt;
&lt;br /&gt;
And thats it&lt;/div&gt;</summary>
		<author><name>Daltonds1</name></author>	</entry>

	</feed>