Welcome to the Builder Academy

Question Trigger of the Day - Object Variables

More
10 Feb 2014 13:23 #4688 by Rumble
Code:
Name: 'Object Variables Example', VNum: [ 28], RNum: [ 28] Trigger Intended Assignment: Objects Trigger Type: Random , Numeric Arg: 100, Arg list: None Commands: * By Rumble of The Builder Academy tbamud.com 9091 * A listing and demonstration of all object variables. %echo% CARRIED_BY: %self.carried_by% %echo% CONTENTS: %self.contents% %echo% COST: %self.cost% %echo% COST_PER_DAY: %self.cost_per_day% %echo% COUNT: %self.count% %echo% HAS_IN: %self.has_in% %echo% ID: %self.id% %echo% IS_INROOM: %self.is_inroom% %echo% NAME: %self.name% %echo% NEXT_IN_LIST: %self.next_in_list% %echo% ROOM: %self.room% %echo% SHORTDESC: %self.shortdesc% %echo% TIMER: %self.timer% %echo% TYPE: %self.type% %echo% VAL0: %self.val0% %echo% VAL1: %self.val1% %echo% VAL2: %self.val2% %echo% VAL3: %self.val3% %echo% VNUM: %self.vnum% %echo% WEARFLAG: %self.wearflag% %echo% WEIGHT: %self.weight% %echo% WORN_BY: %self.worn_by% %purge% self
If this was helpful please vote or leave a review for TBA.

Rumble
The Builder Academy
tbamud.com 9091
rumble@tbamud.com

Please Log in or Create an account to join the conversation.

Time to create page: 0.161 seconds