Initial Import from SourceForge
This commit is contained in:
commit
d8d4f1a2bb
418 changed files with 34837 additions and 0 deletions
17
help/has.html
Normal file
17
help/has.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>has</TITLE></HEAD>
|
||||
<BODY>
|
||||
<h1>has</h1>
|
||||
<B>Category</B><p>
|
||||
<a href="test_commands.html">Test commands</a> / <a href="inventory_commands.html">Inventory item commands</a><p>
|
||||
<p>
|
||||
<B>Syntax</B><p>
|
||||
<p>
|
||||
if (has(iA)) { .....<p>
|
||||
<B>Description</B><p>
|
||||
<p>
|
||||
Returns true if the inventory item iA is in the player's inventory (i.e. the item's room number is 255).<p>
|
||||
<B>See also</B><p>
|
||||
<a href="obj_in_room.html">obj.in.room</a><p>
|
||||
</BODY></HTML>
|
||||
Loading…
Reference in a new issue