- 13:21, 28 September 2009 diff hist +17 User talk:Reddy0 current
- 13:21, 28 September 2009 diff hist +835 User talk:Reddy0 →How to change {{duration}}: new section
- 13:11, 28 September 2009 diff hist +281 N AddScriptParameterString Created page with ' // MAP 3/27/2009 // Add astring parameter to be used in ExecuteScriptEnhanced; this can used to execute // parameterized scripts. void AddScriptParameterString(string sParam…' current
- 13:08, 28 September 2009 diff hist +325 N AddScriptParameterObject Created page with ' // MAP 3/27/2009 // Add an object parameter to be used in ExecuteScriptEnhanced; this can used to execute // parameterized scripts. void AddScriptParameterObject(object o…' current
- 13:07, 28 September 2009 diff hist +282 N AddScriptParameterFloat Created page with ' // MAP 3/27/2009 // Add a float parameter to be used in ExecuteScriptEnhanced; this can used to execute // parameterized scripts. void AddScriptParameterFloat(float fPara…' current
- 13:06, 28 September 2009 diff hist +277 N AddScriptParameterInt Created page with ' // MAP 3/27/2009 // Add an int parameter to be used in ExecuteScriptEnhanced; this can used to execute // parameterized scripts. void AddScriptParameterInt(int nParam); …' current
- 13:05, 28 September 2009 diff hist +40 m ExecuteScriptEnhanced current
- 13:05, 28 September 2009 diff hist +39 m ExecuteScript current
- 13:04, 28 September 2009 diff hist +363 N ClearScriptParams Created page with ' // MAP 3/27/2009 // Script parameters added with the AddScriptParameter* functions will be kept until: // - This function (ClearScriptPArams) is invoked // - [[ExecuteScri…' current
- 13:02, 28 September 2009 diff hist +767 N ExecuteScriptEnhanced Created page with ' // MAP 3/27/2009 // Make oTarget run sScript and then return execution to the calling script. // This function supports adding script parameters with // the AddScriptParamete…'
- 13:02, 28 September 2009 diff hist +32 N Category:Script functions Created page with ' Category:NWScript functions' current
- 12:59, 28 September 2009 diff hist +458 N GetObjectByTagAndType Created page with ' // MAP 3/28/2009 // Efficient search for finding an object of a given tag and type combination. // nObjectType must be a proper OBJECT_TYPE_* const. // Returns [[OBJECT_I…' current
- 12:56, 28 September 2009 diff hist +535 N SetItemIcon Created page with ' // MAP 3/28/2009 // Sets the item icon to specified itemicon.2da row. // Nothing happens if oItem is not valid. To see the change, // you may have to wait until changing…' current
- 12:54, 28 September 2009 diff hist +459 N SetArmorRulesType Created page with ' // MAP 3/28/2009 // Sets the armorrulesstats.2da row used by this armor. // oItem is not armor, or is invalid nothing happens. // Note that the character sheet/inventory …' current
- 12:53, 28 September 2009 diff hist +306 N GetArmorRulesType Created page with ' // MAP 3/28/2009 // Returns the armorrulesstats.2da row used by this armor. // oItem is not armor, or is invalid, returns 0. int GetArmorRulesType(object oItem); {{Patch…'
- 12:52, 28 September 2009 diff hist +6 SetMovementRateFactor current
- 12:51, 28 September 2009 diff hist +377 N SetTag Created page with ' // MAP 3/28/2009 // Changes or sets the creatures tag. Tag must be non-blank but // can contain any alphanumeric value. Works on PCs. // Maximum tag length of 64. void SetTa…' current
- 12:50, 28 September 2009 diff hist +507 N SetGender Created page with ' // MAP 3/27/2009 // Change a creature's gender (GENDER_*). Note that if this is a PC, they must exit the module // and re-enter to see the change. If this is an NPC, they…' current
- 12:48, 28 September 2009 diff hist +281 N GetCasterClassSpellSchool Created page with ' // MAP 3/27/2009 // Returns SPELL_SCHOOL_* const for an arcane caster. int GetCasterClassSpellSchool(object oPC, int nClassPos); {{PatchCategory|1.23|Added|{{PAGENAME}}}}…' current
- 12:47, 28 September 2009 diff hist +304 N GetSkillPointsRemaining Created page with ' // MAP 3/27/2009 // Gets the number of remaining skill points // that a PC has available at next level up. int GetSkillPointsRemaining(object oPC); {{PatchCategory|1.23|Adde…' current
- 12:45, 28 September 2009 diff hist +459 N SetSkillPointsRemaining Created page with ' // MAP 3/27/2009 // Sets the number of rermaining skill points that // a PC has available at next level up. // '''CAUTION:''' // if you give too many, you can prevent a PC f…' current
- 12:43, 28 September 2009 diff hist +142 N SendCreatureToLimbo Created page with ' void SendCreatureToLimbo(object oCreature); {{PatchCategory|1.23|Added|{{PAGENAME}}}} {{ScriptFunction}} {{ScriptCategory|NPC|{{PAGENAME}}}}' current
- 12:42, 28 September 2009 diff hist +834 N GetCreatureInLimbo Created page with ' // MAP 3/27/2009 // Get a creature from limbo by 0-based position . Check the results of this function // with GetIsObjectValid; do not use a comparison to OBJECT_INVALID…' current
- 12:40, 28 September 2009 diff hist +291 N GetLimboCreatureCount Created page with ' // MAP 3/27/2009 // returns the number of creatures in limbo. Not all creatures are // guaranteed to be valid objects. int GetLimboCreatureCount(); {{PatchCategory|1.23|Adde…' current
- 12:39, 28 September 2009 diff hist +672 N SetGlobalGUIVariable Created page with ' // MAP 8/08/2008 // Sets global GUI variable, available to all UI screens as global:x // This can also be used to work with the new UI callback // UIRadialNode_OnInit_TestGlo…' current
- 12:37, 28 September 2009 diff hist +1,201 N SetSpellKnown Created page with ' // MAP 3/24/2009 // '''EXPERIMENTAL- USE AT YOUR OWN RISK!''' This one can break a character pretty badly if mis-used. // This function sets whether a given spell is known o…' current
- 12:36, 28 September 2009 diff hist +123 FindSubString current
- 12:34, 28 September 2009 diff hist +9 SetBaseSkillRank current
- 12:29, 28 September 2009 diff hist +125 GetLevelByClass current
- 12:28, 28 September 2009 diff hist +44 GetClassByPosition current
- 12:26, 28 September 2009 diff hist +399 N SetItemBaseMaterialType Created page with ' // MAP 3/24/2009 // Set the base material type of oItem to nMaterialType, which must refer to a valid // iprp_materials.2da row. void SetItemBaseMaterialType(object oItem…' current
- 12:24, 28 September 2009 diff hist +425 N GetItemBaseMaterialType Created page with ' // Enigmatic (No assist in toolset) // Returns a GMATERIAL_* constant to get the base material type of the item specified. // NOTE: At this time only pr…' current
- 12:15, 28 September 2009 diff hist +327 N GetSpellKnown Created page with ' // MAP 3/24/2009 // Returns if the spell is known to this creature under any class or level. int GetSpellKnown(object oCreature, int nSpell) ; * Assume that nSpell is a [[SPE…' current
- 12:13, 28 September 2009 diff hist +283 N GetSurfaceMaterialAtLocation Created page with ' // MAP 3/24/2009 // Returns a bitmask composed of 0 or more SM_* values. int GetSurfaceMaterialsAtLocation(location lLocation); {{PatchCategory|1.23|Added|{{PAGENAME}}}} …'
- 12:08, 28 September 2009 diff hist -3 SetCollision
- 12:08, 28 September 2009 diff hist +7 m GetVariableValueObject current
- 12:08, 28 September 2009 diff hist +6 GetVariableValueFloat current
- 12:07, 28 September 2009 diff hist +4 m GetVariableValueInt current
- 12:07, 28 September 2009 diff hist +46 m GetVariableValueLocation current
- 12:06, 28 September 2009 diff hist +7 GetVariableValueString current
- 12:05, 28 September 2009 diff hist +1 GetVariableCount current
- 12:05, 28 September 2009 diff hist +4 m SetBaseAbilityScore current
- 12:04, 28 September 2009 diff hist +1 m SetBaseSkillRank
- 12:04, 28 September 2009 diff hist +264 N GetIsLocationValid Created page with ' // MAP 3/24/2009 // Returns TRUE if the location is a valid, walkable location. int GetIsLocationValid(location lLocation); {{PatchCategory|1.23|Added|{{PAGENAME}}}} {{Script…' current
- 12:00, 28 September 2009 diff hist +1,137 N SendChatMessage Created page with ' // MAP 3/15/2009 // This function is used to send a chat message, as if spoken by a PC or by the server. // Except for 'CHAT_MODE_SERVER', oSender must be a PC or nothing will…' current
- 11:57, 28 September 2009 diff hist +586 N SetBaseSkillRank Created page with ' // MAP 3/15/2009 // '''!EXPERIMENTAL''' // set bTrackWithLevel = TRUE if you wish for the skill change to be associated with // the character's level. In other words, should…'
- 11:55, 28 September 2009 diff hist +452 N SetBaseAbilityScore Created page with ' // MAP 3/15/2009 // '''!EXPERIMENTAL''' // Note that any changes to skill rank will NOT be lost if the character is de-leveled. // IMPORTANT: Most usages of this will cause c…'
- 11:54, 28 September 2009 diff hist +32 N Category:Ability functions Created page with ' Category:NWScript functions' current
- 11:51, 28 September 2009 diff hist +256 N GetVariableCount Created page with ' // MAP 3/05/2009 // Get the number of local variables stored on this object. int GetVariableCount(object oObject); {{PatchCategory|1.23|Added|{{PAGENAME}}}} {{ScriptFunction}…'
- 11:49, 28 September 2009 diff hist +41 GetVariableValueString
Community content is available under CC-BY-SA unless otherwise noted.