Author Topic: Changing the datablock of the player  (Read 288 times)

I can change the datablock of a player via script but when I try
Code: [Select]
                  %obj.changedatablock(PlayerQuickArmor); it does not work(and yes I have Player_Quick in the folder with the script).

Never mind, I put
Code: [Select]
exec("./Player_Quick.cs"); in the server.cs and now it works.
*Topic Locked*