Coding For newbies.
Posted: Sat Jul 11, 2015 12:16 pm
Ok this is going to be a site for simple coding for new comers and intermediates to LOG 2. To make things easy all seaches will need this EL_...
1- How Print gui text to the screen:
1 x Script Entity with the below code added into it>
1 x floor_trigger_1 connects to the Script Function: helloworld() Or what ever you name the floor_trigger eg: my_floor_trigger_1
** Remember the floor_trigger can be disabled in the tick box and activated, deactivated by the various methods:
Party
Monster
Item
digging
**
The floor_trigger can also be toggled, be warned of this because you may only want the trigger to activate once for (hudPrints) atm..
If you need a hudPrint once then set the floor_trigger to (disableself)
easy as yeah:)
EDIT: I will constantly update this post as much as possible is needed if not then ill delete it. At the end of the day its' for
all ok
Ok Great people of this mystic forum anwha thesja ejia shhhhhhhhhhhhaaaa help these begginers and all that stumble on this site,..... Don't forget to ad El at the begging or end of you post so the search is easier for the modder please
1- How Print gui text to the screen:
1 x Script Entity with the below code added into it>
1 x floor_trigger_1 connects to the Script Function: helloworld() Or what ever you name the floor_trigger eg: my_floor_trigger_1
** Remember the floor_trigger can be disabled in the tick box and activated, deactivated by the various methods:
Party
Monster
Item
digging
**
The floor_trigger can also be toggled, be warned of this because you may only want the trigger to activate once for (hudPrints) atm..
If you need a hudPrint once then set the floor_trigger to (disableself)
Code: Select all
function helloworld()
hudPrint("Eleven: Hello guys how are you?")
end
EDIT: I will constantly update this post as much as possible is needed if not then ill delete it. At the end of the day its' for
all ok
Ok Great people of this mystic forum anwha thesja ejia shhhhhhhhhhhhaaaa help these begginers and all that stumble on this site,..... Don't forget to ad El at the begging or end of you post so the search is easier for the modder please