Jump to content

Photo

problem


  • Please log in to reply
No replies to this topic

#1
ghershan

ghershan

    Journeyman

  • Members
  • Pip
  • 48 posts
Digita il testo o l'indirizzo di un sito web oppure traduci un documento.
Annulla
Ascolta
Traduzione da Italiano verso Inglese
excuse me, I have a problem to create a mod: I'm doing an adventure but I can not create the character, I read the tutorial with this script: void main ()

EVENT_TYPE_MODULE_START homes:
{
oMapId GetObjectByTag object = ("hut_exterior");
WR_SetWorldMapPrimary (oMapId);

PreloadCharGen ();
StartCharGen (Gether (), 0);
break;
}
when you load the mod but I can create it but it gives me the error while compiling:- demo_module.nsc - demo_module.nsc(3): Unknown state in compiler
what can I do?




Page loaded in: 1.041 seconds