Help with npc 5530

04/08/2012 13:48 bat76#1
Hi all !
I've got a problem with my source 5530 (Hellmouth)
All work but ..
Nothing npc works
he said things like this :
The npc : XXXX not scripted
XXXX= a number

Plis it's very boring help me
Thanks
04/09/2012 20:08 bat76#2
Up !
04/09/2012 21:53 ×Holo#3
means that the NPC is not coded, hellmouth uses python to code; have fun.
04/09/2012 23:28 pro4never#4
#1: use albetros. it's better in every possible way.

#2: Code any un-finished npcs in either python or C# scripting.
04/10/2012 00:57 ×Holo#5
If nothing about python, I'd prefer using C#, at least you know what's your fault.
04/10/2012 01:23 pro4never#6
Python is really simple to use if you just take a few seconds to look at your code. If you're confused on syntax then you use idle to go through it and find syntax errors just like in C#. Python editors exist and I always suggest using them. Makes writing your code much, much easier.


<edit>

If you're really that confused on python then you could always write a C#>>python npc converter so you can write them in C# and convert to a python script... hell give it a remote editor functionality so you can instantly change them server side. Seems like a silly option though when it's so very simple to write in python.