Bonsoir/jour à tous.
Voilà, je suis actuellement en train de traduire un mod et j'ai un problème au niveau des scripts. En effet, lorsque je veux sauvegarder les scripts une fois traduits j'ai une message box Script error:
Script command "SetString" not found.
J'ai ét
é(
ait) à la ligne indiqué
e par la box et là voici (la ligne en question est la 425):
► Afficher le texte
424 if (RenPluggyOutput.finished == 0 && RenCrimeDebugOBSE.PluggyInstalled == 1)
425 SetString RenPluggyOutput.string1 "RenCrimeCivilianRingScript A civilian ("
426 set RenPluggyOutput.inputrefname2 to actor
427 SetString RenPluggyOutput.string3 ") committed a crime and has a bounty of: "
428 set RenPluggyOutput.inputlong4 to myrealcrimegold
429 set RenPluggyOutput.finished to 1
430 endif
Donc, est-ce que vous auriez une idée ?