User Tools

Site Tools


features:sinfar_supporter_housing:npc_appearance
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]
authpdo: Statement did not return 'mail' attribute [auth.php:522]

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
features:sinfar_supporter_housing:npc_appearance [2019/07/20 22:30]
spankitty
features:sinfar_supporter_housing:npc_appearance [2019/07/22 07:07] (current)
spankitty
Line 42: Line 42:
         SetEntireCreatureAppearance(OBJECT_SELF,​ sBodyAppearance);​         SetEntireCreatureAppearance(OBJECT_SELF,​ sBodyAppearance);​
         }         }
-    if(sArmorAppearance!=""&&​GetIsObjectValid(oArmor))+    if(sArmorAppearance != ""​ && GetIsObjectValid(oArmor))
         {         {
         RestoreItemAppearance(oArmor,​ sArmorAppearance); ​   ​         RestoreItemAppearance(oArmor,​ sArmorAppearance); ​   ​
         object oNewArmor = UpdateItemAppr(oArmor);​         object oNewArmor = UpdateItemAppr(oArmor);​
-        if(GetItemAC(oNewArmor)!=iOrginalAC)+        if(GetItemAC(oNewArmor) != iOrginalAC)
             {             {
             SetItemAC(oNewArmor,​ iOrginalAC);​             SetItemAC(oNewArmor,​ iOrginalAC);​
             }             }
         }          } 
-    if(sHeadAppearance!=""​)+    if(sHeadAppearance != ""​)
         {         {
         SetHeadItemOverrideString(OBJECT_SELF,​sHeadAppearance);​         SetHeadItemOverrideString(OBJECT_SELF,​sHeadAppearance);​
authpdo: Statement did not return 'mail' attribute [auth.php:522]
features/sinfar_supporter_housing/npc_appearance.txt ยท Last modified: 2019/07/22 07:07 by spankitty

phpBB Appliance - Powered by TurnKey Linux