Quote:
Originally Posted by Crow
But you do not need it in this case. You only need that particular prefix if you want to reference to the NPC the code is executed in while being in another NPC's scope, like inside some of this stuff:
PHP Code:
with (npc) {
// boo
}
|
Would that mess up the script like the problem im having...