-
Content Count
13,706 -
Joined
-
Last visited
-
Days Won
5
Simon last won the day on August 20 2020
Simon had the most liked content!
About Simon

-
Rank
Administrator
- Birthday July 15
Profile Information
-
Gender
Male
-
Location
Galena, IL
Recent Profile Visitors
3,333 profile views
-
Hero Designer does not recognize any file type on my Mac
Simon replied to T-ravisaurusRex's topic in HERO Designer
Once again: there is nothing to solve. The "problem" (such as it is) is between the user and understanding access permissions on their own system. HD cannot and should not bypass these. -
Barton reacted to a post in a topic: The Sutherland Presidency
-
Simon reacted to a post in a topic: The Sutherland Presidency
-
Simon started following Interrupting a zero phase action, The Sutherland Presidency, HERO Designer - How Long Do I Wait? and 2 others
-
Folks, keep current/real world politics to the Political Discussion thread, please.
-
Again, it will not go through. There is no asynchronous system for charges on this site.
-
You're not understanding -- the transaction failed. There is no further processing to be done and no change will occur relative to the invoice.
-
The charge likely failed (and you would have received a message stating so on the site when you attempted to make it). The credit processor that the site uses first verifies the card and info entered -- this shows up as a "pending" transaction. If the information is rejected by the credit processor (typically for an address mismatch, especially for international cards/addresses), then you receive an error message and no further processing is done. The pending charge will remove itself from your account after a certain period of time (dependent on the card issuer, I believe). If
-
You have one cancelled invoice (meaning you cancelled after starting the checkout process) and one open invoice (meaning you have yet to actually pay for HD). The download will be available as soon as payment is received.
-
Dr.Device reacted to a post in a topic: Political Discussion Thread (With Rules)
-
JMOz will no longer be part of this conversation.
-
JSON is JavaScript object notation. Think of it like HTML, just for machine-machine communication. You would need to know the specific JSON structure/format expected by Tabletop Simulator and then create an HD export format to produce that (assuming that everything Tabletop Simulator requires is available in HD)
-
Old Man reacted to a post in a topic: Political Discussion Thread (With Rules)
-
Lord Liaden reacted to a post in a topic: Political Discussion Thread (With Rules)
-
csyphrett reacted to a post in a topic: Political Discussion Thread (With Rules)
-
TrickstaPriest reacted to a post in a topic: Political Discussion Thread (With Rules)
-
megaplayboy reacted to a post in a topic: Political Discussion Thread (With Rules)
-
Chris Goodwin reacted to a post in a topic: Political Discussion Thread (With Rules)
-
The one thing a tolerant society must not tolerate is intolerance.
-
Grailknight reacted to a post in a topic: Political Discussion Thread (With Rules)
-
Ternaugh reacted to a post in a topic: Political Discussion Thread (With Rules)
-
FTFY
-
What Capitol Police looked like during the Black Lives Matter protest.
-
Yes (though there are ways around it). I truly dislike folks changing fonts.
-
Interrupting a zero phase action
Simon replied to eepjr24's question in HERO System 6th Edition Rules Questions
If I'm understanding the question correctly, it's largely academic and answered in gameplay. Let's take an example: Character A acts on DEX 18 during Phase 4. He chooses to use an Attack Power with the Gestures Limitation (specifics don't really matter here). This presumes that the character is able to perform the Gestures (i.e. not Grabbed, Entangled, or otherwise restrained). Just like any other Attack Power, it's going to work unless another character interrupts them. Without the Gestures Limitation, the options to interrupt Character A and prevent them from using the Attack Power a -
the contents of the container should be the name of a getter method on the current object (one which does not require any parameters). The javadoc will have the full reference for methods...you'll want to start with GenericObject and move to the more specific subclasses from there. <!--ATTRIBUTE_VALUE-->APPerEND<!--/ATTRIBUTE_VALUE--> or <!--ATTRIBUTE_VALUE-->getAPPerEND<!--/ATTRIBUTE_VALUE--> either format will do the same thing (the app will add the leading "get" in if needed)