File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
examples/03-local-chat-messages Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 <Import Project =" framework.props" />
1616
1717 <ItemGroup >
18- <PackageReference Include =" DalamudPackager" Version =" 2.1.13 " />
18+ <PackageReference Include =" DalamudPackager" Version =" 11.0.0 " />
1919 <Reference Include =" Newtonsoft.Json" >
2020 <HintPath >$(DalamudLibPath)Newtonsoft.Json.dll</HintPath >
2121 <Private >False</Private >
Original file line number Diff line number Diff line change 1- Game .PrintChat (" Yes, you can actually send chat messages on script load. It's not a GOOD idea, but you CAN do it." )
1+ Game .PrintMessage (" Yes, you can actually send chat messages on script load. It's not a GOOD idea, but you CAN do it." )
22
33Script (function ()
44 Game .PrintError (" Oh no! This script prints an error when called!" )
5- Game .PrintChat (" Don't worry, nothing's actually wrong." )
5+ Game .PrintMessage (" Don't worry, nothing's actually wrong." )
66end )
77
88-- yeah, this example is really that simple
You can’t perform that action at this time.
0 commit comments