Isn't all scripting put in a npc automatically a serverside script? I know it goes clientside with //#CLIENTSIDE. I'll give an example, in case my english makes no sense.
NPC Code:
if (playerenters) {say2 This should automatically be a server
side script right? It stays server side
unless designated otherwise?
And don't bash me for not using #b;}