i'll give you the first fiew lines line of a basic script:
Quote:
#dynamic 0x(ff offset goes here)
#org @start
lock
faceplayer
msgbox @(POINT CAN BE ANYTHING WITHOUT SPACES) 0x(0,1,2,3,4,5,6,A)(a is for emeraald only)
release
end
#org @(the pointer you put down earlier)
= text you want the person to say
|
e.g:
Quote:
#dynamic 0x(ff offset)
#org @start
lock
faceplayer
msgbox @pointer 0x6
release
end
#org @pointer
= this is my script do not \nsteal it.
|
and it would appear in the game like this:
Quote:
this is my script do not
steal it.
|