- Apr 2, 2004
- 34
- 0
- 32
iv just created a test NPC im not very good at em yet it may be the script so ill post the script and the error
Error:
File open failure : c:\Incarnation\Mir200\Envir\Market_Def\pract-0.txt
Script:
[@main]
#SAY
Hello Im A Test NPC I Will Give You Some Gold, /
Would You Like Some Gold? /
<Yes/@yes>
<No/@No>
[@yes]
#ACT
give gold 10000
break
[@no]
sorry for troubling you
break
As i said im not v good at scripting yet and this is my first attempt
he shows up fine on the map but if i click nuthing happens
thanx in advance
Error:
File open failure : c:\Incarnation\Mir200\Envir\Market_Def\pract-0.txt
Script:
[@main]
#SAY
Hello Im A Test NPC I Will Give You Some Gold, /
Would You Like Some Gold? /
<Yes/@yes>
<No/@No>
[@yes]
#ACT
give gold 10000
break
[@no]
sorry for troubling you
break
As i said im not v good at scripting yet and this is my first attempt
he shows up fine on the map but if i click nuthing happens
thanx in advance
