🎉 Initial source commit

This commit is contained in:
Tony Bark 2025-10-12 13:29:19 -04:00
commit c8b14bd8ae
17 changed files with 3220 additions and 0 deletions

View file

@ -0,0 +1,7 @@
import sims4.commands
@sims4.commands.Command('myfirstscript', command_type=sims4.commands.CommandType.Live)
def myfirstscript(_connection=None):
output = sims4.commands.CheatOutput(_connection)
output("This is my first script mod")