Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Honorabl3

Pages: 1 2 [3]
31
Suggestions & Requests / Spawn Item Once..
« on: November 18, 2012, 03:45:08 AM »
Where the item spawns once, and doesn't spawn at that brick anymore (Example: OnItemGrabbed>Self>SetItem>None). I'm sure there is a add-on for this already, if so, could someone link it to me?

32
Modification Help / Function for Minigame Reset
« on: November 17, 2012, 04:31:48 PM »
What's the function for mini-game reset? And the variables for it.

33
Modification Help / Getting a Name from damage
« on: November 17, 2012, 02:02:03 AM »
How do I get the names of the person who was damaged, and caused the damage with function Armor::damage(%this, %obj, %sourceObject, %position, %damage, %damageType)?

34
Modification Help / Variable for block name..
« on: November 16, 2012, 04:48:36 PM »
Does anyone know the variable for block name?
Please also note that I am talking about all the blocks on the server with the name target.. (when you wrench the block and set a name..)

Example:
Code: [Select]
if(%brick.name("target"))
{
     blah();
}

Pages: 1 2 [3]