Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Shops (A Little Info)


rkknott
 Share

Recommended Posts

If u know anything about scripting, then this will be easy. Ok, open up your MAIN.txt, and search Sub ScriptedNPC(index)
and put this under it:
```
Case 1
Call Letsgoshoping(index, SHOP#)

```Change the Shop# to whatever shop # u want to open up.
Now create a new NPC under the SCRIPTED behavior and move the scroll bar to 1
Reload your scripts and go up to the NPC and press ctrl on him/her, it should work although, this isn't very detailed…
Link to comment
Share on other sites

@Diskmaster:

> If u know anything about scripting, then this will be easy. Ok, open up your MAIN.txt, and search Sub ScriptedNPC(index)
> and put this under it:
> ```
> Case 1
> Call Letsgoshoping(index, SHOP#)
>
> ```Change the Shop# to whatever shop # u want to open up.
> Now create a new NPC under the SCRIPTED behavior and move the scroll bar to 1
> Reload your scripts and go up to the NPC and press ctrl on him/her, it should work although, this isn't very detailed…

It's
Call GoShopping, not Call LetsGoShopping…
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...