View Single Post
  #7140  
Unread July 31st, 2012, 06:10 PM
CrystalStatic's Avatar
CrystalStatic
Scripting Wizard
 
Join Date: Nov 2011
Location: USA
Gender: Male
Nature: Careful
Quote:
Originally Posted by minor View Post
ok this is my first post ever

my script is:

#dynamix 0x800000
#org @start
lock
faceplayer
msgbox @talk1 0x6
release
end

#org @talk1
= hi.

anyways, (dont know how to do spoiler sorry)
when i try to compile this it says"unknown keyword lock" @line 3. i don't know how to fix it either.

and a side note, when i load up my XSE it tells me that my command database is not found and i can't figure out for the life of me why!

anyway any help would be grately appreciated and i thank anybody in advance
connor
Your #dynamix 0x800000 should be #dynamic 0x800000. Also, what version of XSE do you have?
Reply With Quote