User Tools

Site Tools


scripting:reference:system_values

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
scripting:reference:system_values [2020/02/04 13:24] mitscripting:reference:system_values [2020/02/04 13:36] (current) mit
Line 3: Line 3:
 Here is the full current list of System Values: Here is the full current list of System Values:
  
-===== Player Stats =====+==== Player Stats ====
 These values give details about the player the current event is executing for.\\ These values give details about the player the current event is executing for.\\
 For further details on each value, see the [[Scripting:System Values:Player Stats|Player Stats Reference]]\\ For further details on each value, see the [[Scripting:System Values:Player Stats|Player Stats Reference]]\\
-''gPlayerID \\  +''$gPlayerID \\  
-gPlayerTeam \\  +$gPlayerTeam \\  
-gPlayerLevel \\  +$gPlayerLevel \\  
-gPlayerKudos \\  +$gPlayerKudos \\  
-gPlayerFamily \\  +$gPlayerFamily \\  
-gPlayerCash \\  +$gPlayerCash \\  
-gPlayerVehicle \\  +$gPlayerVehicle \\  
-gPlayerFuel \\  +$gPlayerFuel \\  
-gPlayerNumJobs \\ +$gPlayerNumJobs \\ 
-gPlayerCashSheckles \\ +$gPlayerCashSheckles \\ 
-gPlayerAge \\+$gPlayerAge \\
 '' ''
-''gPlayerFollowing \\  +''$gPlayerFollowing \\  
-gPlayerNumFollowers \\  +$gPlayerNumFollowers \\  
-gPlayerKills \\  +$gPlayerKills \\  
-gPlayerDeaths \\  +$gPlayerDeaths \\  
-gPlayerRobocrowKills \\  +$gPlayerRobocrowKills \\  
-gPlayerRobocrowDeaths \\  +$gPlayerRobocrowDeaths \\  
-gPlayerCrowX \\ +$gPlayerCrowX \\ 
-gPlayerCrowY \\ +$gPlayerCrowY \\ 
-gPlayerIsMulti \\ +$gPlayerIsMulti \\ 
-gPlayerHomeTownID \\ +$gPlayerHomeTownID \\ 
-gPlayerBirthTownID \\+$gPlayerBirthTownID \\
 '' ''
-''gPlayerItemCount \\ +''$gPlayerItemCount \\ 
-gPlayerHealth \\  +$gPlayerHealth \\  
-gPlayerHunger \\  +$gPlayerHunger \\  
-gPlayerThirst \\  +$gPlayerThirst \\  
-gPlayerWellbeing \\ +$gPlayerWellbeing \\ 
-gPlayerMaxHealth \\  +$gPlayerMaxHealth \\  
-gPlayerNumSkills \\ +$gPlayerNumSkills \\ 
-gPlayerNumDeaths \\ +$gPlayerNumDeaths \\ 
-gPlayerInventoryFree \\ +$gPlayerInventoryFree \\ 
-gPlayerInventoryUsed \\ +$gPlayerInventoryUsed \\ 
-gPlayerRot \\+$gPlayerRot \\ 
 +$gPlayerNetWorth \\
 '' ''
 \\ \\
-===== Other System Values ===== 
-**Player Location**\\ 
-''gPlayerX \\ 
-gPlayerY \\ 
-gPlayerWorldX \\ 
-gPlayerWorldY \\ 
-gNearestBuilding \\ 
-gNearestBuildingCode \\ 
-'' 
  
-**Tasking interface**\\ +==== Player Location ==== 
-''gTaskItem1 \\ +''$gPlayerX \\ 
-gTaskItem2 \\ +$gPlayerY \\ 
-gTaskItem3 \\+$gPlayerWorldX \\ 
 +$gPlayerWorldY \\ 
 +$gNearestBuilding \\ 
 +$gNearestBuildingCode \\
 '' ''
  
-**Building access**\\ +==== Buildings ==== 
-'' gBuildingNum \\ +''$gBuildingNum \\ 
-gBuildingAccessNum \\ +$gBuildingAccessNum \\ 
-gBuildingScriptParam \\ +$gBuildingScriptParam \\ 
-gBuildingX \\ +$gBuildingX \\ 
-gBuildingY \\ +$gBuildingY \\ 
-gBuildingCode \\ +$gBuildingCode \\ 
-gBuildingOwnerID \\ +$gBuildingOwnerID \\ 
-gBuildingNumEmployees \\ +$gBuildingNumEmployees \\ 
-gBuildingMaxEmployees \\ +$gBuildingMaxEmployees \\ 
-gBuildingSalePrice \\ +$gBuildingSalePrice \\ 
-gBuildingWage \\ +$gBuildingWage \\ 
-gBuildingWorldX \\ +$gBuildingWorldX \\ 
-gBuildingWorldY \\ +$gBuildingWorldY \\ 
-gBuildingInvestment \\ +$gBuildingInvestment \\ 
-gBuildingEfficiency \\ +$gBuildingEfficiency \\ 
-gBuildingScore \\ +$gBuildingScore \\ 
-gBuildingType \\ +$gBuildingType \\ 
-gTargetBuildingNum \\ +$gTargetBuildingNum \\ 
-gBuildingDamage \\ +$gBuildingDamage \\ 
-gBuildingTeam \\+$gBuildingTeam \\ 
 +$gBuildingCapacity \\ 
 +$gBuildingSpaceRemaining \\ 
 + 
 +'' 
 +==== Server Status ==== 
 +''$gServerTime \\      
 +$gNumPlayersOnline\\ 
 +$gGameDay \\ 
 +$gGameTime \\ 
 +$gNumTowns \\ 
 +$gTotalMoneySupply \\ 
 +$gGlobalAverageWealth \\ 
 +$gNumAlive \\ 
 +$gEventWorldX \\ 
 +$gEventWorldY \\ 
 +$gClickX \\ 
 +$gClickY \\
 '' ''
-**Server Status**\\ +==== Tasking interface ==== 
-''   gServerTime \\      +''$gTaskItem1 \\ 
-   gNumPlayersOnline\\ +$gTaskItem2 \\ 
-   gGameDay \\ +$gTaskItem3 \\
-   gGameTime \\ +
-   gEventWorldX \\ +
-   gEventWorldY \\+
 '' ''
  
-**Combat Players**\\ +==== Combat Players ==== 
-''gKillerID \\ +''$gKillerID \\ 
-gKilledID \\ +$gKilledID \\ 
-gTargetID \\+$gTargetID \\
 '' ''
  
-**Player User-details**\\ +==== Player User-details ==== 
-''gPlayerAuth \\ +''$gPlayerAuth \\ 
-gPlayerIsMember \\ +$gPlayerIsMember \\ 
-gPlayerUsage \\+$gPlayerUsage \\
 '' ''
  
-**Battles**\\ +==== Battle system ==== 
-''gBattleScore \\ +''$gBattleScore \\ 
-gBattleStat1 \\ +$gBattleStat1 \\ 
-gBattleStat2 \\ +$gBattleStat2 \\ 
-gBattleStat3 \\ +$gBattleStat3 \\ 
-gBattleStat4 \\+$gBattleStat4 \\
 '' ''
  
scripting/reference/system_values.1580844251.txt.gz · Last modified: 2020/02/04 13:24 by mit

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki