bboy1072 Posted August 23, 2014 Share Posted August 23, 2014 Okay, I'm trying to make a custom companion. This is my script: scn MBCBenCompanionScriptshort HasBeenHiredshort L38short DoOnceint CombatStyleRangedint CombatStyleMeleeint IsFollowingDefaultint IsFollowingLongint FollowerSwitchAggressiveint WaitingBeginGamemodeIf (DoOnce != 1)Set HasBeenHired to 0Set L38 to 0Set CombatStyleRanged to 1Set CombatStyleMelee to 0Set IsFollowingDefault to 0Set IsFollowingLong to 0Set FollowerSwitchAggressive to 0Set Waiting to 0Set DoOnce to 1EndIfEnd Anyone know what I'm doing wrong? Link to comment Share on other sites More sharing options...
jazzisparis Posted August 23, 2014 Share Posted August 23, 2014 BeginGameMode should be Begin GameMode (you're missing a space). Link to comment Share on other sites More sharing options...
bboy1072 Posted August 23, 2014 Author Share Posted August 23, 2014 Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts