Check out our discord at https://discord.gg/3u69jMa
All public logs
Jump to navigation
Jump to search
Combined display of all available logs of SWRC Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:33, 31 July 2024 Plasma talk contribs created page Create new Squad Member (Created page with "This tutorial shows you how to create custom squad members for your party. ==Create new squad class== In your Actor browser, go to Actor->Pawn->CTPawn->Republic->CloneCommando and create a new sub class from CloneCommando. File:Csmt1.PNG Once the class and package have been created and saved, add the following code to the new class: <source lang="cpp" line"> class MyCustomCommando extends CloneCommando; var Texture ReviveOutsideTexture; var Texture ReviveInside...")