User:Zeldrake: Difference between revisions

From Total War Modding
m (testing stuff)
mNo edit summary
Line 10: Line 10:
TELL_ME
TELL_ME
</syntaxhighlight>
</syntaxhighlight>
In this document, let’s take a look at two example commands to breakdown.
    <code>Command: transfer_region_to_faction
    Description: Transfer a region ownership to a faction.
    Usage: transfer_region_to_faction("region", "faction")</code>
NOW WHY DOESN'T THAT WORK

Revision as of 22:42, 16 August 2026

this is a sandbox for Zel to debug whatever is going on with the underscores

Some code goes here, right? no that's not it

bachsadhjsajkd

YES WE FOUND A CODE BLOCK BUTTON
NOW_DO_THESE_UNDERSCORES_ACTUALLY_WORK
AND_IF_NOT_WHY
TELL_ME

In this document, let’s take a look at two example commands to breakdown.

    Command: 	transfer_region_to_faction	
    Description: 	Transfer a region ownership to a faction.	
    Usage: 		transfer_region_to_faction("region", "faction")

NOW WHY DOESN'T THAT WORK